Skip to content

Commit 3c3bca8

Browse files
authored
Update .travis.yml
1 parent cc00dc3 commit 3c3bca8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.travis.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55
- osx
66

7-
codecov: true
7+
codecov: true
88
coveralls: true
99

1010
julia:
@@ -14,13 +14,15 @@ julia:
1414
notifications:
1515
email: false
1616

17-
matrix:
17+
jobs:
1818
allow_failures:
19+
#- env: TRAVIS_JULIA_VERSION=nightly
1920
- julia: nightly
20-
21-
after_success:
22-
# Submit test coverage report
23-
#- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
24-
# Build and deploy documentation
25-
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
26-
- julia --project=docs/ docs/make.jl
21+
include:
22+
- stage: "Documentation"
23+
julia: 1.3
24+
os: linux
25+
script:
26+
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
27+
- julia --project=docs --color=yes docs/make.jl
28+
after_success: skip

0 commit comments

Comments
 (0)