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 cd83d1d commit 09524baCopy full SHA for 09524ba
.travis.yml
@@ -15,10 +15,7 @@ notifications:
15
16
git:
17
depth: 99999999
18
-
19
-matrix:
20
- allow_failures:
21
- - julia: nightly
+
22
23
addons:
24
apt: # apt-get for linux
@@ -35,6 +32,9 @@ jobs:
35
32
Pkg.instantiate()'
36
33
- julia --project=docs/ docs/make.jl
37
34
after_success: skip
+ allow_failures:
+ - julia: nightly
38
39
after_success:
40
- - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
0 commit comments