diff options
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-x | run-tests.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/run-tests.sh b/run-tests.sh index 0b7cade..b81f952 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -6,7 +6,4 @@ git clone https://github.com/startxfr/docker-images.git /tmp/startx-docker-image sudo docker-compose build sudo docker-compose up -d sudo docker-compose logs -echo $TRAVIS_PULL_REQUEST -if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then - exit 0; -fi
\ No newline at end of file +exit 0;
\ No newline at end of file |