We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3890b commit 198250cCopy full SHA for 198250c
.travis.yml
@@ -13,6 +13,7 @@ script:
13
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
15
after_success:
16
+ - julia -e 'Pkg.add("Unitful")'
17
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18
- julia -e 'Pkg.add("Documenter")'
19
- julia -e 'cd(Pkg.dir("AxisArrays")); include(joinpath("docs", "make.jl"))'
0 commit comments