mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 04:23:47 +00:00
Updated travis so that it tries to build the docker image, whcih in turn builds the project
This commit is contained in:
@@ -14,7 +14,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn test:ci
|
- 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:
|
after_success:
|
||||||
- yarn ocular coverage/clover.xml
|
- yarn ocular coverage/clover.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user