Skip to content

Commit

Permalink
Update CI testing and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-german committed Oct 11, 2019
1 parent 7e0f86a commit 25770b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- nightly
addons:
apt_packages:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "OrdinalMultinomialModels"
uuid = "b51826c6-2bc1-4eb0-a3af-c080fd29f1d0"
keywords = ["ordered multinomial model", "proportional odds model", "proportional hazards model"]
author = ["Hua Zhou <huazhou@ucla.edu>", "Chris German <germc3@ucla.edu>", "OpenMendel Team"]
version = "0.3.2"
version = "0.3.3"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1.2
- julia_version: nightly

platform:
- x86 # 32-bit
- x64 # 64-bit

# # Uncomment the following lines to allow failures on nightly julia
# # (tests will run but not make your overall status red)
# matrix:
# allow_failures:
# - julia_version: latest
# Uncomment the following lines to allow failures on nightly julia
# (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: latest

branches:
only:
Expand Down

0 comments on commit 25770b2

Please sign in to comment.