Skip to content

Commit 198250c

Browse files
committed
Add Unitful package for doctests.
1 parent 7b3890b commit 198250c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ script:
1313
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1414
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("AxisArrays"); Pkg.test("AxisArrays"; coverage=true)'
1515
after_success:
16+
- julia -e 'Pkg.add("Unitful")'
1617
- julia -e 'cd(Pkg.dir("AxisArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
1718
- julia -e 'Pkg.add("Documenter")'
1819
- julia -e 'cd(Pkg.dir("AxisArrays")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)