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

Commit

Permalink
Fix Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed May 30, 2015
1 parent d11cba1 commit b5d39c3
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 @@ -12,4 +12,4 @@ script:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'Pkg.test("DataArrays", coverage=true)'; fi
- if [ $TRAVIS_JULIA_VERSION = "release" ]; then julia -e 'Pkg.test("DataArrays")'; fi
after_success:
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
- if [ $TRAVIS_JULIA_VERSION = "nightly" ]; then julia -e 'cd(Pkg.dir("DataArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi

0 comments on commit b5d39c3

Please sign in to comment.