File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,11 @@ notifications:
1515before_script :
1616 - export PATH=$HOME/.local/bin:$PATH
1717
18- branches :
19- only :
20- - master
21- - staging
22- - trying
23- - /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
24-
2518stages :
2619 - name : test
27- # test only on bors trying and bors staging, and run master with linux/nightly for coverage
28- if : branch IN (trying, staging) OR (branch = master AND os = linux AND env(TRAVIS_JULIA_VERSION) = nightly)
2920 - name : docs
3021 # build docs on bors trying, bors staging, master and for tags
31- if : branch IN (trying, staging) OR (branch = master AND type = push) OR tag IS present
22+ if : (branch = master AND type = push) OR tag IS present
3223
3324script :
3425 - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
@@ -45,10 +36,10 @@ jobs:
4536 - julia --project -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate(); Pkg.develop(PackageSpec(path = pwd()))'
4637 - julia --project=docs --color=yes docs/make.jl pdf
4738 after_success : skip
48- - name : TOML (Julia 1.0 )
39+ - name : TOML (Julia 1.3 )
4940 stage : test
5041 os : linux
51- julia : 1.0
42+ julia : 1.3
5243 script :
5344 - julia --project=ext/TOML -e 'using Pkg; Pkg.test()'
5445 after_success : skip
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ platform:
1313# allow_failures:
1414# - julia_version: latest
1515
16- branches :
17- only :
18- - staging
19- - trying
20- - /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
21-
2216notifications :
2317 - provider : Email
2418 on_build_success : false
You can’t perform that action at this time.
0 commit comments