mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Updated travis so that it tries to build the docker image, whcih in turn builds the project
This commit is contained in:
parent
2c6dbb42c1
commit
6ec870bb08
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ install:
|
|||
script:
|
||||
- yarn lint
|
||||
- yarn test:ci
|
||||
- if [[ -z $TRAVIS_TAG ]]; then yarn build ; fi
|
||||
- if [[ -z $TRAVIS_TAG ]]; then docker build . -t shlink-web-client:test ; fi # Test docker image build only when no tag is present
|
||||
|
||||
after_success:
|
||||
- yarn ocular coverage/clover.xml
|
||||
|
|
Loading…
Reference in a new issue