Skip to content

Commit

Permalink
Use container-mode on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
IainNZ committed Aug 18, 2015
1 parent 96e58ee commit 1e331da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,8 +7,9 @@ julia:
- nightly
notifications:
email: false
sudo: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("JSON"); Pkg.test("JSON"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("JSON")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(Pkg.dir("JSON")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())';

0 comments on commit 1e331da

Please sign in to comment.