mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 19:13:46 +00:00
Disabled yarn build when a tag exists in travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user