Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
fix deployment to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rstormsf committed Oct 9, 2017
1 parent ece2f43 commit f9464b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ node_js:
cache:
yarn: true
env:
-
- SOLIDITY_COVERAGE=true
matrix:
fast_finish: true
allow_failures:
- env: SOLIDITY_COVERAGE=true
script:
- yarn test

deploy:
provider: pages
local_dir: coverageEnv/mochawesome-report
local_dir: mochawesome-report
target_branch: gh-pages
email: travis@ci.com
name: Deployment Bot
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
on:
condition: $TRAVIS_BRANCH == "master" || $TRAVIS_BRANCH == "feature/contribution"

0 comments on commit f9464b8

Please sign in to comment.