Skip to content

Commit f8b87e0

Browse files
committed
Allow failure on nightly
1 parent 18326af commit f8b87e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: julia
2+
sudo: false
23
addons:
34
apt:
45
packages:
@@ -9,7 +10,9 @@ julia:
910
- 0.5
1011
- 0.6
1112
- nightly
12-
sudo: false
13+
matrix:
14+
allow_failures:
15+
- julia: nightly
1316
notifications:
1417
email: false
1518
#script: # use the default script setting which is equivalent to the following

0 commit comments

Comments
 (0)