Skip to content

Commit

Permalink
chore: edited .travis.yml and added new gradle.properties.enc
Browse files Browse the repository at this point in the history
  • Loading branch information
Чернышева Анна authored and Чернышева Анна committed Oct 4, 2017
1 parent 8dfe178 commit 4e4cccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ dist: trusty
addons:
chrome: stable
before_install:
- test $TRAVIS_PULL_REQUEST = false && - openssl aes-256-cbc -K $encrypted_2f990b57978e_key
-iv $encrypted_2f990b57978e_iv -in gradle.properties.enc -out gradle.properties
-d || true
- test $TRAVIS_PULL_REQUEST = false && - openssl aes-256-cbc -K $encrypted_2f990b57978e_key -iv $encrypted_2f990b57978e_iv -in gradle.properties.enc -out gradle.properties -d || true
install:
- wget 'https://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip'
- sudo apt-get install -y unzip
Expand Down
Binary file modified gradle.properties.enc
Binary file not shown.

0 comments on commit 4e4cccb

Please sign in to comment.