Skip to content

Commit 0d940b8

Browse files
authored
Merge pull request #199 from RalphAS/ras/test1.0
add Julia 1.0 to CI scripts
2 parents 6fb07af + b37ddb7 commit 0d940b8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ os:
44
- osx
55
julia:
66
- 0.7
7+
- 1.0
78
- nightly
89
notifications:
910
email: false

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 0.7
4+
- julia_version: 1.0
45
- julia_version: latest
56

67
platform:
@@ -9,9 +10,9 @@ platform:
910

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

1617
branches:
1718
only:

0 commit comments

Comments
 (0)