Skip to content

Commit

Permalink
Still fixing deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Aug 20, 2017
1 parent 09ea7bc commit d8cb75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
- ssh-add iridium_github_pages
- rm -f iridium_github_pages
- chmod +x travis_publish.sh
- chmod +x travis_publishdocs.sh
- chmod +x travis_updatedocs.sh
script: ./gradlew -DtestBrowsers=${TEST_SUITE} check --stacktrace
deploy:
- provider: script
Expand All @@ -40,7 +40,7 @@ deploy:
on:
tags: true
- provider: script
script: "./travis_publishdocs.sh"
script: "./travis_updatedocs.sh"
skip_cleanup: true
after_success:
- if [[ $TEST_SUITE = "{'browsers':['PhantomJS'],'runNegTests':true,'runSimpleTests':true}" ]]; then bash <(curl -s https://codecov.io/bash); fi

0 comments on commit d8cb75b

Please sign in to comment.