Skip to content

Commit 3979e5b

Browse files
committed
jdk_switcher is redudant
1 parent c29c6e9 commit 3979e5b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ dist: xenial
22
language: java
33
jdk: openjdk8
44
sudo: false
5-
script:
6-
- jdk_switcher use openjdk8
7-
- java -version
8-
- cd com.googlecode.cppcheclipse.parent && mvn clean verify
5+
script: cd com.googlecode.cppcheclipse.parent && mvn clean verify

0 commit comments

Comments
 (0)