Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh committed Nov 22, 2016
2 parents 3b650f4 + fe87a09 commit 48a9cff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
# - platform-tools
# - tools

# The BuildTools version used by your project
- build-tools-19.1.0

# The SDK version used to compile your project
- android-19

# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-19

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-22
- sys-img-x86-android-17

script:
- ./gradlew assembleDebug
2 changes: 1 addition & 1 deletion Sealnote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

signingConfigs {
release {
storeFile file(System.getenv("SEALNOTE_KEYSTORE"))
storeFile file(String.valueOf(System.getenv("SEALNOTE_KEYSTORE")))
storePassword System.getenv("SEALNOTE_KEYSTORE_PASSWORD")
keyAlias System.getenv("SEALNOTE_KEY_ALIAS")
keyPassword System.getenv("SEALNOTE_KEY_PASSWORD")
Expand Down

0 comments on commit 48a9cff

Please sign in to comment.