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 18326af commit f8b87e0Copy full SHA for f8b87e0
.travis.yml
@@ -1,4 +1,5 @@
1
language: julia
2
+sudo: false
3
addons:
4
apt:
5
packages:
@@ -9,7 +10,9 @@ julia:
9
10
- 0.5
11
- 0.6
12
- nightly
-sudo: false
13
+matrix:
14
+ allow_failures:
15
+ - julia: nightly
16
notifications:
17
email: false
18
#script: # use the default script setting which is equivalent to the following
0 commit comments