Skip to content

Commit 25770b2

Browse files
committed
Update CI testing and package version
1 parent 7e0f86a commit 25770b2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ os:
55
- linux
66
- osx
77
julia:
8-
- 1.0
98
- 1.1
9+
- 1.2
1010
- nightly
1111
addons:
1212
apt_packages:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "OrdinalMultinomialModels"
22
uuid = "b51826c6-2bc1-4eb0-a3af-c080fd29f1d0"
33
keywords = ["ordered multinomial model", "proportional odds model", "proportional hazards model"]
44
author = ["Hua Zhou <huazhou@ucla.edu>", "Chris German <germc3@ucla.edu>", "OpenMendel Team"]
5-
version = "0.3.2"
5+
version = "0.3.3"
66

77
[deps]
88
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
environment:
22
matrix:
3-
- julia_version: 1.0
43
- julia_version: 1.1
4+
- julia_version: 1.2
55
- julia_version: nightly
66

77
platform:
88
- x86 # 32-bit
99
- x64 # 64-bit
1010

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

1717
branches:
1818
only:

0 commit comments

Comments
 (0)