Skip to content

Commit

Permalink
Issue #SB-857 chore: Adding gradle.properties and *.jks to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anilguptatarento committed Dec 6, 2017
1 parent 14a6ef0 commit de06cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.gradle
/local.properties
/gradle.properties
*.jks
.idea/libraries/
.idea/gradle.xml
.idea/misc.xml
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_install:
- chmod +x gradlew
- "./gradlew dependencies || true"
script:
- "./gradlew clean assembleRelease -PdisablePreDex --stacktrace"
- "./gradlew clean assembleRelease -PdisablePreDex" # --stacktrace
before_deploy:
- cd app/build/outputs/apk/
deploy:
Expand Down

0 comments on commit de06cbb

Please sign in to comment.