Disable tests in build

This commit is contained in:
jekkos-t520
2020-02-22 01:14:32 +01:00
parent 3ceb2569cf
commit b88b60597b

View File

@@ -20,7 +20,6 @@ script:
- docker run --rm -it -v $(pwd):/app -w /app digitallyseamless/nodejs-bower-grunt
sh -c "npm install && bower install && grunt package"
- /bin/bash docker/install-local.sh
- docker-compose -f docker-compose.test.yml up
env:
- TAG=$(echo ${TRAVIS_BRANCH} | sed s/feature\\///)
after_success: '[ -n ${DOCKER_USERNAME} ] && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"