diff --git a/scripts/travis/.travis.yml b/scripts/travis/.travis.yml index efb702de92..57ed47f9c7 100644 --- a/scripts/travis/.travis.yml +++ b/scripts/travis/.travis.yml @@ -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.