Skip to content

Commit

Permalink
update encripted file v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanboklach committed Jun 18, 2019
1 parent 12b76ee commit bb11d87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ dist: trusty
addons:
chrome: stable
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_f71e8fb01138_key -iv $encrypted_f71e8fb01138_iv -in gradle.properties.enc -out gradle.properties -d || true
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_45a1e02b23ba_key
-iv $encrypted_45a1e02b23ba_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

0 comments on commit bb11d87

Please sign in to comment.