Commit 240a762e authored by Max Lv's avatar Max Lv

update local properties

parent b73d483f
...@@ -24,7 +24,7 @@ install: ...@@ -24,7 +24,7 @@ install:
- gem install travis-artifacts - gem install travis-artifacts
script: script:
- ./build-ndk.sh - ./build-ndk.sh
- cp local.properties.example local.properties - cp local.properties.travis local.properties
- sbt clean android:package-release - sbt clean android:package-release
after_success: after_success:
- ./deploy target/android-bin shadowsocks-release.apk - ./deploy target/android-bin shadowsocks-release.apk
......
key.alias: travis key.alias: your_key_alias
key.store: /path/to/travis.keystore key.store: /path/to/your/key/store
key.store.password=travis key.store.password: your_key_password
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