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

Commit

Permalink
Add 'using Pkg;'
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner committed Aug 8, 2018
1 parent b4d9345 commit ac0c6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --track-allocation=user -e 'Pkg.clone(pwd()); Pkg.build("DarkSky"); Pkg.test("DarkSky"; coverage=true)'
- julia --track-allocation=user -e 'using Pkg; Pkg.build("DarkSky"); Pkg.test("DarkSky"; coverage=true)'
- julia -e 'cd(Pkg.dir("DarkSky")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(process_folder());'
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("DarkSky")); include(joinpath("docs", "make.jl"))'

0 comments on commit ac0c6f2

Please sign in to comment.