Skip to content

Commit

Permalink
Do not post coverage to S3 from Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Oct 25, 2019
1 parent 3441a31 commit d8e5afb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@ branches:
- travis-ci

before_install:
- pip install --user awscli
- npm install --no-save --no-package-lock
- npm install -g istanbul coveralls

after_script:
- '[[ "$TRAVIS_PULL_REQUEST" = "false" ]] && aws s3 sync ./coverage s3://bigeasy/addendum/$TRAVIS_JOB_NUMBER/coverage'

0 comments on commit d8e5afb

Please sign in to comment.