Skip to content

Commit

Permalink
travis: attempt fix for Coveralls API error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Nov 11, 2020
1 parent aa60fb0 commit be8a840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ notifications:
script:
- julia --color=yes --check-bounds=yes etc/travis-test.jl
- export COVERALLS_PARALLEL=true
# submit coverage data, and collect new coverage data on that
- julia --color=yes --code-coverage=user etc/travis-coverage.jl
# submit coverage data with a fake job-id, and collect new coverage data on that
- TRAVIS_JOB_ID=$TRAVIS_JOB_ID-test julia --color=yes --code-coverage=user etc/travis-coverage.jl
# submit coverage data *again*, this time without code coverage
- julia --color=yes etc/travis-coverage.jl

0 comments on commit be8a840

Please sign in to comment.