Skip to content

Commit

Permalink
Use JDK 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 2, 2016
1 parent a63dbc6 commit 85a2d0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ install:
- sh -e /etc/init.d/xvfb start
# Installs chromedriver to vendor/bin.
- ./scripts/linux/install-chrome.sh $TRAVIS_BUILD_DIR/vendor/bin
# Use JDK 8.
- jdk_switcher use oraclejdk8

before_script:
# Clear drush release history cache, to pick up new releases.
Expand Down
2 changes: 2 additions & 0 deletions scripts/travis/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ install:
- sh -e /etc/init.d/xvfb start
# Installs chromedriver to vendor/bin.
- ./vendor/acquia/blt/scripts/linux/install-chrome.sh $TRAVIS_BUILD_DIR/vendor/bin
# Use JDK 8.
- jdk_switcher use oraclejdk8

before_script:
# Clear drush release history cache, to pick up new releases.
Expand Down

0 comments on commit 85a2d0f

Please sign in to comment.