Skip to content

Commit 4263383

Browse files
authored
Update .travis.yml
1 parent 5d4744b commit 4263383

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ julia:
88
- 1.3
99
- 1.4
1010
- nightly
11-
# because of Zygote needs to allow failing on nightly
12-
matrix:
13-
allow_failures:
14-
- julia: nightly
11+
1512
notifications:
1613
email: false
1714
after_success:
@@ -27,3 +24,5 @@ jobs:
2724
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2825
- julia --project=docs/ docs/make.jl
2926
after_succes: skip
27+
allow_failures:
28+
- julia: nightly

0 commit comments

Comments
 (0)