Skip to content

Commit

Permalink
Added github pages deploy trigger to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Carl committed Mar 23, 2015
1 parent 6691f9d commit d498ee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ after_script:
- php ocular.phar code-coverage:upload --access-token=$SCRUTINIZERKEY --format=php-clover ./build/logs/clover.xml > /dev/null 2>&1

after_success:
# Push coverage to github pages branch
- chmod +x ./bin/update-gh-pages.sh
- bash ./bin/update-gh-pages.sh
# CREATE GIT TAG
- git config --global user.email "[email protected]"
- git config --global user.name "Travis"
Expand Down

0 comments on commit d498ee5

Please sign in to comment.