Skip to content

Commit f2c27ee

Browse files
committed
Fix errors in travis script
1 parent bc0e777 commit f2c27ee

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

.travis.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
## Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
33
codecov: true
4-
matrix:
5-
include:
6-
- os: linux
7-
arch: x64
8-
julia: 1
9-
- os: linux
10-
arch: x64
11-
julia: 1.0
12-
- os: linux
13-
arch: x86 # Test 32-bit on LTS
14-
julia: 1.0
15-
notifications:
16-
email: false
174
git:
185
depth: 99999999
196
branches:
@@ -24,6 +11,7 @@ branches:
2411
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
2512
# Integration with JuMP-dev gitter channel
2613
notifications:
14+
email: false
2715
webhooks:
2816
urls:
2917
- https://webhooks.gitter.im/e/cb052648b833828852b4
@@ -32,6 +20,15 @@ notifications:
3220
on_start: never # options: [always|never|change] default: always
3321
jobs:
3422
include:
23+
- os: linux
24+
arch: x64
25+
julia: 1
26+
- os: linux
27+
arch: x64
28+
julia: 1.0
29+
- os: linux
30+
arch: x86 # Test 32-bit on LTS
31+
julia: 1.0
3532
- stage: "Documentation"
3633
julia: 1.0
3734
os: linux

0 commit comments

Comments
 (0)