Skip to content

Commit

Permalink
Test another variant of setting env vars in Travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed May 22, 2017
1 parent 882cbb3 commit 6187a0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: android
jdk: oraclejdk8

env:
- RELEASE_STORE_FILE
- RELEASE_STORE_PASSWORD
- RELEASE_KEY_ALIAS
- RELEASE_KEY_PASSWORD
- RELEASE_STORE_FILE=1 RELEASE_STORE_PASSWORD=1 RELEASE_KEY_ALIAS=1 RELEASE_KEY_PASSWORD=1

android:
components:
Expand Down

0 comments on commit 6187a0b

Please sign in to comment.