Skip to content

Commit 68eaf79

Browse files
author
Pietro Vertechi
authored
allow failures on nightly (#139)
* allow failures on nightly * also test julia 1.5 * drop unsupported releases
1 parent 0c4adf6 commit 68eaf79

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ os:
55
- osx
66
julia:
77
- 1.0
8-
- 1.1
9-
- 1.2
10-
- 1.3
118
- 1.4
9+
- 1.5
1210
- nightly
1311
notifications:
1412
email: false
@@ -17,9 +15,9 @@ git:
1715

1816
## uncomment the following lines to allow failures on nightly julia
1917
## (tests will run but not make your overall status red)
20-
#matrix:
21-
# allow_failures:
22-
# - julia: nightly
18+
matrix:
19+
allow_failures:
20+
- julia: nightly
2321

2422
## uncomment and modify the following lines to manually install system packages
2523
#addons:

0 commit comments

Comments
 (0)