File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# # Documentation: http://docs.travis-ci.com/user/languages/julia/
22language : julia
33codecov : 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
174git :
185 depth : 99999999
196branches :
@@ -24,6 +11,7 @@ branches:
2411 - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
2512# Integration with JuMP-dev gitter channel
2613notifications :
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
3321jobs :
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
You can’t perform that action at this time.
0 commit comments