Skip to content

Commit 16f3b5d

Browse files
authored
Update .travis.yml
1 parent e66d2a3 commit 16f3b5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
language: julia
2+
23
os:
34
- linux
45
- osx
5-
codecov: true
6+
7+
codecov: true
68
coveralls: true
9+
710
julia:
811
- 1.3
912
- nightly
13+
1014
notifications:
1115
email: false
1216

1317
matrix:
1418
allow_failures:
15-
- julia: nightly
19+
- julia: nightly
1620

1721
jobs:
1822
include:

0 commit comments

Comments
 (0)