Skip to content

Commit 3913da1

Browse files
committed
disallow failures for v0.7 and nightly
1 parent 5248060 commit 3913da1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ git:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
matrix:
17-
allow_failures:
18-
- julia: 0.7
19-
- julia: nightly
16+
#matrix:
17+
#allow_failures:
18+
#- julia: 0.7
19+
#- julia: nightly
2020

2121
## uncomment and modify the following lines to manually install system packages
2222
addons:

0 commit comments

Comments
 (0)