We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0964e3 commit 4870018Copy full SHA for 4870018
.travis.yml
@@ -1,21 +1,24 @@
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
-os:
4
- - linux
5
-julia:
6
- - 1.0
7
- - 1
8
- - nightly
9
-
10
-matrix:
11
- allow_failures:
12
- - julia: nightly
13
14
notifications:
15
email: false
16
17
jobs:
18
include:
+ - os: linux
+ arch: x64
+ julia: 1
+ julia: 1.0
+ arch: x86 # Test 32-bit on LTS
19
20
+ julia: nightly
21
+ allow_failure: true
22
- stage: "Documentation"
23
julia: 1.0
24
os: linux
0 commit comments