File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 44 - linux
55 - osx
66
7- codecov : true
7+ codecov : true
88coveralls : true
99
1010julia :
@@ -14,13 +14,15 @@ julia:
1414notifications :
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
You can’t perform that action at this time.
0 commit comments