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

Commit

Permalink
Need to actually do a build!
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Sep 23, 2014
1 parent 9700263 commit 9fdcd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
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 'versioninfo(); 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 9fdcd8d

Please sign in to comment.