mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
fix travis build leaving directory
This commit is contained in:
parent
2a6b24ba28
commit
36d2eaafac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
- cd -
|
||||
- if [ $REQUIRES_SERVER ]; cd -; fi
|
||||
android:
|
||||
components:
|
||||
# Uncomment the lines below if you want to
|
||||
|
|
|
|||
Loading…
Reference in a new issue