Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Commit

Permalink
Builld instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Aug 8, 2018
1 parent b6bf2f3 commit badf3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --track-allocation=user -e 'using Pkg; Pkg.add("Test"); Pkg.add("DarkSky"); Pkg.test("DarkSky"; coverage=true)'
- julia --track-allocation=user -e 'using Pkg; Pkg.add("Test"); Pkg.build(); Pkg.test("DarkSky"; coverage=true)'
- julia -e 'using Pkg; import DarkSky; cd(joinpath(dirname(pathof(DarkSky)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(process_folder());'
after_success:
- julia -e 'using Pkg; Pkg.add("Documenter")'
Expand Down

0 comments on commit badf3c0

Please sign in to comment.