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.
2 parents c7542fc + 7a5b3a5 commit a82193cCopy full SHA for a82193c
.travis.yml
@@ -2,19 +2,20 @@
2
language: julia
3
os:
4
- linux
5
- - osx
+ #- osx build never started in travis CI, will trouble shoot later
6
julia:
7
- - 0.6
+ - 0.6 # will add nightly later
8
+ - nightly
9
notifications:
10
email: false
11
git:
12
depth: 99999999
13
14
## uncomment the following lines to allow failures on nightly julia
15
## (tests will run but not make your overall status red)
-#matrix:
16
-# allow_failures:
17
-# - julia: nightly
+matrix:
+ allow_failures:
18
+ - julia: nightly
19
20
## uncomment and modify the following lines to manually install system packages
21
#addons:
0 commit comments