Commit a0f5dee7 authored by Max Lv's avatar Max Lv

update travis

parent dbb12747
...@@ -25,7 +25,7 @@ script: ...@@ -25,7 +25,7 @@ script:
- chmod u+x ./sbt - chmod u+x ./sbt
- cp local.sbt.example local.sbt - cp local.sbt.example local.sbt
- ./sbt clean - ./sbt clean
- ./sbt android:package-debug | true - ./sbt android:package-debug || true
- ./sbt android:package-debug - ./sbt android:package-debug
after_success: after_success:
- ./sbt deploy - ./sbt deploy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment