1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00

Added conditional script execution for coverage report

This commit is contained in:
Tim Voronov 2018-10-16 21:03:09 -04:00
parent 7dc1288bae
commit eb4fba135d

View File

@ -50,7 +50,7 @@ jobs:
script:
- make cover
after_success:
- bash <(curl -s https://codecov.io/bash)
- if [ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]; then bash <(curl -s https://codecov.io/bash); fi
- stage: e2e
before_script:
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 --disable-setuid-sandbox --no-sandbox about:blank &