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

Commit a5db128

Browse files
committed
Changing JDK usage.
1 parent e7a93fd commit a5db128

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

+2-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
@@ -36,8 +38,6 @@ before_install:
3638
- $BLT_DIR/scripts/travis/before_install
3739

3840
install:
39-
- which jdk_switcher
40-
- type jdk_switcher
4141
- $BLT_DIR/scripts/travis/install
4242

4343
before_script:

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)