Skip to content

Commit

Permalink
Merge pull request #143 from alfa-laboratory/try_creds
Browse files Browse the repository at this point in the history
change creds
  • Loading branch information
ivanboklach authored Jun 18, 2019
2 parents bb11d87 + 6835ab5 commit 06393f2
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_45a1e02b23ba_key
-iv $encrypted_45a1e02b23ba_iv -in gradle.properties.enc -out gradle.properties
-d || true
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_4ad7adf76e91_key -iv $encrypted_4ad7adf76e91_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 06393f2

Please sign in to comment.