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

Commit

Permalink
jdk_switcher is redudant
Browse files Browse the repository at this point in the history
  • Loading branch information
truhlikfredy committed Mar 4, 2020
1 parent c29c6e9 commit 3979e5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ dist: xenial
language: java
jdk: openjdk8
sudo: false
script:
- jdk_switcher use openjdk8
- java -version
- cd com.googlecode.cppcheclipse.parent && mvn clean verify
script: cd com.googlecode.cppcheclipse.parent && mvn clean verify

0 comments on commit 3979e5b

Please sign in to comment.