Skip to content

Commit 99adedb

Browse files
author
Arda Aytekin
committed
Fix .travis.yml
Fixed the yaml file to support `0.6` and to allow for failures in nightlies.
1 parent afce991 commit 99adedb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ os:
55
julia:
66
- 0.4
77
- 0.5
8+
- 0.6
89
- nightly
10+
matrix:
11+
fast_finish: true
12+
allow_failures:
13+
- julia: nightly
914
notifications:
1015
email: false
1116
#script: # the default script is equivalent to the following

0 commit comments

Comments
 (0)