File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,7 @@ notifications:
15
15
# uncomment the following lines to override the default test script
16
16
# script:
17
17
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("AbstractChainRules "); Pkg.test("AbstractChainRules "; coverage=true)'
18
+ # - julia -e 'Pkg.clone(pwd()); Pkg.build("ChainRulesCore "); Pkg.test("ChainRulesCore "; coverage=true)'
19
19
after_success :
20
20
# push coverage results to Coveralls
21
21
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
22
- jobs :
23
- include :
24
- - state : " Documentation"
25
- julia : 1.0
26
- os : linux
27
- script :
28
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
29
- - julia --project=docs/ docs/make.jl
30
- after_success : skip
You can’t perform that action at this time.
0 commit comments