We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4adf6 commit 68eaf79Copy full SHA for 68eaf79
.travis.yml
@@ -5,10 +5,8 @@ os:
5
- osx
6
julia:
7
- 1.0
8
- - 1.1
9
- - 1.2
10
- - 1.3
11
- 1.4
+ - 1.5
12
- nightly
13
notifications:
14
email: false
@@ -17,9 +15,9 @@ git:
17
15
18
16
## uncomment the following lines to allow failures on nightly julia
19
## (tests will run but not make your overall status red)
20
-#matrix:
21
-# allow_failures:
22
-# - julia: nightly
+matrix:
+ allow_failures:
+ - julia: nightly
23
24
## uncomment and modify the following lines to manually install system packages
25
#addons:
0 commit comments