Disabled yarn build when a tag exists in travis

This commit is contained in:
Alejandro Celaya
2018-12-19 10:34:39 +01:00
parent fd2367b005
commit 9df2de5b30
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ install:
script:
- yarn lint
- yarn test:ci
- yarn build # Make sure the app can be built without errors
- if [[ -z $TRAVIS_TAG ]]; then yarn build ; fi
after_success:
- yarn ocular coverage/clover.xml