Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 462916a

Browse files
committed
Changing JDK usage.
1 parent e7a93fd commit 462916a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ env:
1515
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
1616
- BLT_DIR=$TRAVIS_BUILD_DIR
1717

18+
jdk:
19+
- oraclejdk8
1820

1921
cache:
2022
bundler: true

scripts/travis/install

-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ export DISPLAY=:99.0
1414
sh -e /etc/init.d/xvfb start
1515
# Installs chromedriver to vendor/bin.
1616
$BLT_DIR/scripts/linux/install-chrome.sh $COMPOSER_BIN
17-
# Use JDK 8.
18-
jdk_switcher use oraclejdk8

0 commit comments

Comments
 (0)