Skip to content

Commit

Permalink
Explicitly Pkg.add("SHA") in Travis script
Browse files Browse the repository at this point in the history
Work-around for bootstrapping problem in trying to use
Pkg3 to clone itself
  • Loading branch information
carlobaldassi authored and KristofferC committed Jan 29, 2018
1 parent eb05d94 commit cd4e43d
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 @@ -16,5 +16,5 @@ before_script:

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'include("src/Pkg3.jl"); Pkg3.clone(pwd()); Pkg3.test("Pkg3"; coverage=true)'
- julia --check-bounds=yes -e 'Pkg.add("SHA"); include("src/Pkg3.jl"); Pkg3.clone(pwd()); Pkg3.test("Pkg3"; coverage=true)'

0 comments on commit cd4e43d

Please sign in to comment.