Changeset 11002
- Timestamp:
- 08/09/2016 09:23:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r11001 r11002 96 96 script: grunt $BP_TRAVISCI 97 97 98 +after_script:98 after_script: 99 99 - | 100 100 if [[ "$BP_TRAVISCI" == "travis:codecoverage" ]] ; then 101 bash <(curl -s https://codecov.io/bash) 101 bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" 102 102 fi 103 103
Note: See TracChangeset
for help on using the changeset viewer.