Skip to content

Commit aecf028

Browse files
committed
allow build failure on nightly
1 parent 183ee3e commit aecf028

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ language: julia
33
os:
44
- linux
55
julia:
6-
- 0.6
6+
- 0.6
7+
- nightly
8+
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
12+
713
notifications:
814
email: false
915
git:

0 commit comments

Comments
 (0)