Trying to nicen up travis-ci

This commit is contained in:
Dieter Verhelst 2019-03-12 12:14:47 +01:00
parent dada2d4556
commit 829e1585fb
1 changed files with 22 additions and 7 deletions

View File

@ -1,18 +1,33 @@
---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- pip install molecule
- pip install ansible
- pip install docker
script:
- molecule test --scenario-name commands
- molecule test --scenario-name folders
- molecule test --scenario-name lamp
- molecule test --scenario-name mgt
- molecule test --scenario-name multiple
# - molecule test --scenario-name clients
jobs:
include:
- stage: "Exclude / Include paths"
name: "Exclude / Include paths"
script: molecule test --scenario-name folders
- stage: "Test default LAMP"
name: "Test default LAMP"
script: molecule test --scenario-name lamp
- stage: "Test Management Station"
name: "Test Management Station"
script: molecule test --scenario-name mgt
- stage: "Test Multiple Backup Targets"
name: "Test Multiple Backup Targets"
script: molecule test --scenario-name multiple
- stage: "Testing a variety of different platforms"
name: "Testing a variety of different platforms"
script: molecule test --scenario-name clients