Skip to content

Commit 4870018

Browse files
committed
Fix matrix/jobs clash in travis config
1 parent d0964e3 commit 4870018

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3-
os:
4-
- linux
5-
julia:
6-
- 1.0
7-
- 1
8-
- nightly
9-
10-
matrix:
11-
allow_failures:
12-
- julia: nightly
133

144
notifications:
155
email: false
166

177
jobs:
188
include:
9+
- os: linux
10+
arch: x64
11+
julia: 1
12+
- os: linux
13+
arch: x64
14+
julia: 1.0
15+
- os: linux
16+
arch: x86 # Test 32-bit on LTS
17+
julia: 1.0
18+
- os: linux
19+
arch: x64
20+
julia: nightly
21+
allow_failure: true
1922
- stage: "Documentation"
2023
julia: 1.0
2124
os: linux

0 commit comments

Comments
 (0)