File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88 - nightly
99notifications :
1010 email : false
11- script :
12- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13- - julia -e 'import Pkg; Pkg.build("Colors"); Pkg.test("Colors"; coverage=true)';
1411jobs :
1512 include :
1613 - stage : deploy
1714 julia : 0.7
1815 os : linux
1916 script :
20- - julia -e 'import Pkg; Pkg.build("Colors")'
17+ - julia -e 'mv("_Project.toml", "Project.toml")'
18+ - julia -e 'import Pkg; Pkg.build()'
2119 - julia -e 'import Pkg; Pkg.add("Documenter")'
22- - julia -e 'import Colors; include(" docs/make.jl")'
20+ - julia docs/make.jl
2321after_success :
24- - julia -e 'using Pkg; import Colors; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
22+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments