Commit 4303c1cd authored by Mygod's avatar Mygod Committed by Max Lv

Remove signing in Travis builds (#798)

parent 5dad89b7
...@@ -49,5 +49,4 @@ install: ...@@ -49,5 +49,4 @@ install:
fi fi
script: script:
- cp local.properties.travis local.properties - $SBTPATH/sbt native-build android:package-debug
- $SBTPATH/sbt native-build android:package-release
#!/bin/bash
cd ${1}
travis-artifacts upload --path ${2} --target-path nightly
key.alias: travis
key.store: travis.keystore
key.store.password: travis
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