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

Commit

Permalink
Clone doesn't build the package being cloned, apparently.
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Aug 27, 2014
1 parent 84d0403 commit 2b1ac79
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 @@ -15,7 +15,7 @@ before_install:
- git config --global user.email "travis@example.net"
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia -e 'Pkg.init(); Pkg.clone(pwd())'
- julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.build("HttpParser")'
- julia -e 'Pkg.test("HttpParser", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("HttpParser")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("HttpParser")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 2b1ac79

Please sign in to comment.