KAMI911/ansible-role-java-oracle-jdk11

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: python
python: "3.6"

# Use the new container infrastructure
sudo: true

services:
  - docker

before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -o Dpkg::Options::="--force-confold" --force-yes -y docker-ce

install:
  - pip3 install 'molecule[docker]'

script:
  - travis_wait 60 molecule test

notifications:
  webhooks: https://galaxy.ansible.com/api/v1/notifications/