diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 14:13:04 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 14:13:04 +0100 |
commit | 18a451ed0758a4f9736fd4ac68d3c51e4ea8d773 (patch) | |
tree | 1db11041c2bb05c4a50037d17b58e7024e0ee289 /run-tests.sh | |
parent | 060ad50936e6e1cf59a3de46cc088a98a5682bea (diff) | |
download | phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.gz phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.bz2 phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.tar.xz phpmyadmin-18a451ed0758a4f9736fd4ac68d3c51e4ea8d773.zip |
change in os startup
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 |