From 6ec870bb08c9694edd1334ddc667185644995cee Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 3 Mar 2019 10:18:23 +0100 Subject: [PATCH] Updated travis so that it tries to build the docker image, whcih in turn builds the project --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29fb2974..2067b028 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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