Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Specifying distribution and switching from oraclejdk to openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
truhlikfredy committed Mar 4, 2020
1 parent 51b9577 commit c29c6e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dist: xenial
language: java
jdk: oraclejdk8
jdk: openjdk8
sudo: false
script:
- jdk_switcher use oraclejdk8
- jdk_switcher use openjdk8
- java -version
- cd com.googlecode.cppcheclipse.parent && mvn clean verify

0 comments on commit c29c6e9

Please sign in to comment.