Skip to content

Commit

Permalink
Revert selenium and only test php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Jan 10, 2019
1 parent b16b1dc commit 4510e31
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ php:

matrix:
fast_finish: true
include:
- php: "7.2"
env: DB=mysql UPGRADE=none
- php: "7.2"
env: DB=postgres UPGRADE=none
- php: "7.3"
env: DB=mysql UPGRADE=none
- php: "7.3"
env: DB=postgres UPGRADE=none

# Firefox versioning
addons:
Expand Down Expand Up @@ -75,7 +66,7 @@ env:
# This is used to setup Xvfb.
- DRUPAL_TI_BEHAT_SCREENSIZE_COLOR="1024x768x24"
# The version of selenium that should be used.
- DRUPAL_TI_BEHAT_SELENIUM_VERSION="2.48.2"
- DRUPAL_TI_BEHAT_SELENIUM_VERSION="2.46"
- DRUPAL_TI_BEHAT_DRIVER="selenium"
# We use both chrome and firefox, but this makes chromedriver available.
- DRUPAL_TI_BEHAT_BROWSER="chrome"
Expand Down

0 comments on commit 4510e31

Please sign in to comment.