Skip to content

Commit

Permalink
Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
helgee committed Mar 2, 2018
1 parent 96c7386 commit e37f139
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 @@ -15,9 +15,9 @@ notifications:
email: false
# uncomment the following lines to override the default test script
script:
- echo $TRAVIS_JULIA_VERSION
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("SPICE"); Pkg.test("SPICE"; coverage=true)'
- echo $TRAVIS_JULIA_VERSION
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("SPICE")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit e37f139

Please sign in to comment.