Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Remove Pkg.init()
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Mar 23, 2015
1 parent 1371100 commit f45ea0a
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 @@ -8,7 +8,7 @@ julia:
notifications:
email: false
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd())'
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.add("Lint");'
- julia -e 'Pkg.test("Meshes", coverage=true)'

Expand Down

0 comments on commit f45ea0a

Please sign in to comment.