Skip to content

Commit 7c30bb9

Browse files
authored
Update .travis.yml
Adding v1.6 and allowing it to fail.
1 parent eef9235 commit 7c30bb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: julia
33
julia:
44
- 1.0
55
- 1.5
6+
- 1.6
67
- nightly
78

89
os:
@@ -11,7 +12,7 @@ os:
1112
- windows
1213
matrix:
1314
allow_failures:
14-
- julia: nightly
15+
- julia: nightly, 1.6
1516

1617
notifications:
1718
email: false

0 commit comments

Comments
 (0)