Skip to content

Commit 51b9577

Browse files
committed
Specify Java8 to be used for travis build
1 parent 7800279 commit 51b9577

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
language: java
2+
jdk: oraclejdk8
23
sudo: false
3-
script: cd com.googlecode.cppcheclipse.parent && mvn clean verify
4+
script:
5+
- jdk_switcher use oraclejdk8
6+
- java -version
7+
- cd com.googlecode.cppcheclipse.parent && mvn clean verify

0 commit comments

Comments
 (0)