Skip to content

Commit

Permalink
Updated .travis.yml to run tests on ff
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova committed Sep 10, 2018
1 parent 924e3f1 commit a878c74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ 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
install:
- wget 'https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.zip'
- wget 'https://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip'
- sudo apt-get install -y unzip
- mkdir -p $TRAVIS_BUILD_DIR/drivers
- unzip chromedriver_linux64.zip -d $TRAVIS_BUILD_DIR/drivers
- tar -xzf geckodriver-v0.21.0-linux64.tar.gz -C $TRAVIS_BUILD_DIR/drivers
- PATH=$PATH:$TRAVIS_BUILD_DIR/drivers
before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit a878c74

Please sign in to comment.