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 4
4
- linux
5
5
- osx
6
6
7
- codecov : true
7
+ codecov : true
8
8
coveralls : true
9
9
10
10
julia :
@@ -14,13 +14,15 @@ julia:
14
14
notifications :
15
15
email : false
16
16
17
- matrix :
17
+ jobs :
18
18
allow_failures :
19
+ # - env: TRAVIS_JULIA_VERSION=nightly
19
20
- 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