Skip to content

Commit b6414a0

Browse files
committed
added nightly optional
1 parent d6ca641 commit b6414a0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ os:
55
# - osx
66
julia:
77
- 0.6
8-
# - nightly
8+
- nightly
9+
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
13+
914
notifications:
1015
email: false
1116
git:
1217
depth: 99999999
1318

14-
## uncomment the following lines to allow failures on nightly julia
15-
## (tests will run but not make your overall status red)
16-
#matrix:
17-
# allow_failures:
18-
# - julia: nightly
19-
2019
## uncomment and modify the following lines to manually install system packages
2120
#addons:
2221
# apt: # apt-get for linux

0 commit comments

Comments
 (0)