Skip to content

Commit 4d09e63

Browse files
authored
Update .travis.yml
allow nightly to have failures (but still test)
1 parent b3cee81 commit 4d09e63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ os:
55
julia:
66
- 0.6
77
- nightly
8+
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
12+
813
notifications:
914
email: false
1015
# uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)