Skip to content

Commit

Permalink
do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Nov 12, 2020
1 parent 131b19e commit b72e084
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ language: julia

os:
- linux
- osx
- windows

arch:
- x64
- x86

julia:
- "1.0"
- "1.4"
- "1" # Latest stable release (currently "1.5")
- nightly

jobs:
fast_finish: true
Expand All @@ -42,8 +37,8 @@ script:
- export COVERALLS_PARALLEL=true
- export COVERALLS_SERVICE_NAME=travis-ci-com
# submit coverage data with a fake job-id, and collect new coverage data on that
- TRAVIS_JOB_ID=$TRAVIS_JOB_ID-test \
TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER-test \
- TRAVIS_JOB_ID=mock$TRAVIS_JOB_ID
TRAVIS_BUILD_NUMBER=mock$TRAVIS_BUILD_NUMBER
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 b72e084

Please sign in to comment.