Skip to content

Commit

Permalink
Add some diagnostic output
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
  • Loading branch information
mstruk committed Feb 15, 2024
1 parent 97fbf41 commit 94e7034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- java -version
- javac -version
- echo "JAVA_HOME: $JAVA_HOME"
- sudo apt -y remove openjdk11
- mvn -version
env:
global:
- PULL_REQUEST=${TRAVIS_PULL_REQUEST}
Expand Down

0 comments on commit 94e7034

Please sign in to comment.