Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit c6f741a

Browse files
committed
allow nightly failure
1 parent 1eb991a commit c6f741a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ os:
66
julia:
77
- 0.6
88
- nightly
9+
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
13+
914
notifications:
1015
email: false
1116
git:
1217
depth: 99999999
1318

14-
allow_failures:
15-
- julia: nightly
16-
1719
## uncomment and modify the following lines to manually install system packages
1820
#addons:
1921
# apt: # apt-get for linux

0 commit comments

Comments
 (0)