File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,13 @@ branches:
1919 only :
2020 - master
2121 - staging
22- - trying
2322 - /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
2423
2524stages :
2625 - 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)
2926 - name : docs
30- # 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
27+ # build docs on master and for tags
28+ if : (branch = master AND type = push) OR tag IS present
3229
3330script :
3431 - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
@@ -45,10 +42,10 @@ jobs:
4542 - julia --project -e 'using Pkg; Pkg.activate("docs"); Pkg.instantiate(); Pkg.develop(PackageSpec(path = pwd()))'
4643 - julia --project=docs --color=yes docs/make.jl pdf
4744 after_success : skip
48- - name : TOML (Julia 1.0 )
45+ - name : TOML (Julia 1.3 )
4946 stage : test
5047 os : linux
51- julia : 1.0
48+ julia : 1.3
5249 script :
5350 - julia --project=ext/TOML -e 'using Pkg; Pkg.test()'
5451 after_success : skip
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ platform:
1515
1616branches :
1717 only :
18+ - master
1819 - staging
19- - trying
2020 - /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags
2121
2222notifications :
You can’t perform that action at this time.
0 commit comments