Skip to content

Commit

Permalink
Use Travis' Julia / Codecov/ Coveralls support (#7)
Browse files Browse the repository at this point in the history
Well, so let's test it on the branch 👍  Thanks
  • Loading branch information
fingolfin authored and ronisbr committed Mar 5, 2019
1 parent e7510ff commit b97175c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ julia:
- 1.1
- nightly

codecov: true
coveralls: true

matrix:
allow_failures:
- julia: nightly

notifications:
email: false

after_success:
# Push coverage results to Coveralls.
- julia -e 'import Pkg; cd(Pkg.dir("ReferenceFrameRotations")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# Push coverage results to Codecov.
- julia -e 'import Pkg; cd(Pkg.dir("ReferenceFrameRotations")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit b97175c

Please sign in to comment.