Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
[#11] Deploy the coverage.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 8, 2018
1 parent 7179e91 commit 3732f93
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 @@ -8,7 +8,7 @@ script:
- travis_wait 60 ./run.sh --no-convert-big-files
before_deploy:
- mkdir -p deploy/branch/$TRAVIS_BRANCH
- cp data/data_all.json data/report.csv data/status.json deploy/branch/$TRAVIS_BRANCH
- cp data/data_all.json data/report.csv data/status.json data/coverage.json deploy/branch/$TRAVIS_BRANCH
deploy:
- provider: gcs
access_key_id: "$ACCESS_KEY"
Expand Down

0 comments on commit 3732f93

Please sign in to comment.