diff --git a/.travis.yml b/.travis.yml index 41c60595f..9390a7e48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ -language: python -install: "pip install -r requirements.txt" +language: java +jdk: + - oraclejdk9 + + +install: + - ./gradlew clean jar 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 {} + + - echo 'testing coming soon'