Skip to content

Commit d24db37

Browse files
committed
Modify travis to support Zygote on nightly
1 parent f2e18bb commit d24db37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ os:
55
- osx
66
julia:
77
- 1.0
8+
- 1.2
9+
- 1.3
810
- nightly
11+
# because of Zygote needs to allow failing on nightly
12+
matrix:
13+
allow_failures:
14+
- julia: nightly
915
notifications:
1016
email: false
1117
after_success:

0 commit comments

Comments
 (0)