From ce897ea916e17e9d2e958b394f3dca6edab260e8 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 2 Feb 2017 15:19:21 +0100 Subject: [PATCH] fix bash syntax --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d35090c90..f8dcfb42e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - if [ $REQUIRES_SERVER ]; then cd ../habitrpg && cp config.json.example config.json && npm install; fi - if [ $REQUIRES_SERVER ]; then npm start; fi & - if [ $REQUIRES_SERVER ]; then until nc -z localhost 3000; do echo Waiting for Habitica Server; sleep 2; done; fi - - if [ $REQUIRES_SERVER ]; cd -; fi + - if [ $REQUIRES_SERVER ]; then cd -; fi android: components: # Uncomment the lines below if you want to