Trying to nicen up travis-ci
This commit is contained in:
parent
dada2d4556
commit
829e1585fb
29
.travis.yml
29
.travis.yml
@ -1,18 +1,33 @@
|
|||||||
---
|
---
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install molecule
|
- pip install molecule
|
||||||
- pip install ansible
|
- pip install ansible
|
||||||
- pip install docker
|
- pip install docker
|
||||||
script:
|
|
||||||
- molecule test --scenario-name commands
|
jobs:
|
||||||
- molecule test --scenario-name folders
|
include:
|
||||||
- molecule test --scenario-name lamp
|
- stage: "Exclude / Include paths"
|
||||||
- molecule test --scenario-name mgt
|
name: "Exclude / Include paths"
|
||||||
- molecule test --scenario-name multiple
|
script: molecule test --scenario-name folders
|
||||||
# - molecule test --scenario-name clients
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user