Skip to content

Commit

Permalink
Travis file can be cut down a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Dec 16, 2014
1 parent fecbc16 commit a6c4cae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,5 @@ julia:
- nightly
notifications:
email: false
before_install:
- git config --global user.name "Travis User"
- 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()); Pkg.test("JSON", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("JSON")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit a6c4cae

Please sign in to comment.