Skip to content

Commit 8a71269

Browse files
authored
Merge pull request #124 from aytekinar/travix-fix
Fix `.travis.yml`
2 parents 6ecf003 + 99adedb commit 8a71269

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)