Skip to content

Commit 62690ac

Browse files
committed
Update traivs
1 parent 0874ed5 commit 62690ac

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

.travis.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,35 @@ before_install:
55
- git clone --depth=50 _old $TRAVIS_REPO_SLUG
66
- cd $TRAVIS_REPO_SLUG
77

8+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
89
language: julia
9-
10-
sudo: false
11-
1210
os:
1311
- linux
1412
- osx
1513
- windows
16-
1714
arch:
1815
- x64
1916
- x86
20-
2117
julia:
2218
- 1.0
2319
- 1.3
2420
- nightly
25-
26-
env:
27-
- JULIA_PROJECT="@."
28-
2921
matrix:
22+
allow_failures:
23+
- julia: nightly
24+
fast_finish: true
3025
exclude:
3126
- os: osx
3227
arch: x86
33-
allow_failures:
34-
- julia: nightly
35-
28+
include:
29+
- stage: "Documentation"
30+
julia: 1.3
31+
os: linux
32+
script:
33+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build("JSON3")'
34+
- julia --project=docs/ docs/make.jl
35+
after_success: skip
3636
notifications:
3737
email: false
38-
3938
after_success:
40-
- julia -e 'ENV["TRAVIS_JULIA_VERSION"] == "1.3" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
39+
- julia -e 'ENV["TRAVIS_JULIA_VERSION"] == "1.3" && ENV["TRAVIS_OS_NAME"] != "linux" && exit(); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)