Skip to content

Commit bc93d11

Browse files
authored
Update .travis.yml syntax (#638)
1 parent 5079c18 commit bc93d11

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
@@ -13,10 +13,6 @@ git:
1313
depth: 99999999
1414
sudo: required
1515

16-
matrix:
17-
allow_failures:
18-
- julia: nightly
19-
2016
env:
2117
global:
2218
- BINARYBUILDER_AUTOMATIC_APPLE=true
@@ -25,6 +21,9 @@ cache:
2521
- deps
2622

2723
jobs:
24+
allow_failures:
25+
julia:
26+
- nightly
2827
include:
2928
# Add a job that uses the privileged builder with squashfs shards
3029
- julia: 1.3

0 commit comments

Comments
 (0)