From 279e487f029896eda2eda42f2a5679096bdf7f2d Mon Sep 17 00:00:00 2001 From: Sthefania Ferri Date: Sat, 30 Oct 2021 17:27:27 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41c60595f..1df9b7eb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ -language: python -install: "pip install -r requirements.txt" +language: java -script: - # Run ANSIBLE checks - # - ANSIBLE0008: Disabled for use of sudo warnings - to address - # - ANSIBLE0011: Disabled for all tasks which should be named - # - ANSIBLE0012: Disabled (should not change if nothings needs doing) - to address - # - ANSIBLE0013: Disabled - few uses of shell commands - to address - - find vagrant/provision -name "*.yml" -exec ansible-lint -x ANSIBLE008,ANSIBLE0011,ANSIBLE0012,ANSIBLE0013 {} + +jdk: + - oraclejdk8 + +install: + - "./gradlew clean jar" + +echo `testing coming soon`