fix: add missing habitica.properties file to Travis CI

This commit is contained in:
nivl4 2016-04-22 12:09:26 +08:00
parent 8fbb54d212
commit fc2757f77e

View file

@ -30,5 +30,6 @@ android:
#- sys-img-armeabi-v7a-android-19
#- sys-img-x86-android-17
script:
- cp habitica.properties.example habitica.properties
- ./gradlew assembleDebug
- ./gradlew testDebugUnitTest