Skip to content

Commit f739208

Browse files
author
Sean McBane
committed
Disallow failures on nightly
1 parent d530cdb commit f739208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ julia:
1010
- 0.6
1111
- nightly
1212
matrix:
13-
allow_failures:
14-
- julia: nightly
13+
# allow_failures:
14+
# - julia: nightly
1515
notifications:
1616
email: false
1717
# uncomment the following lines to override the default test script

0 commit comments

Comments
 (0)