diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-23 10:52:52 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-23 10:52:52 +0200 |
commit | fd2e4788a034e76b25001dc11d56e05ba9f428b5 (patch) | |
tree | 955e54e32a2b3e4795077e1e80c3bd6319230333 /.travis.yml | |
parent | ab73076c017bfc8abbe62e617292ef7232b630f1 (diff) | |
download | ansible-clever-fd2e4788a034e76b25001dc11d56e05ba9f428b5.tar.gz ansible-clever-fd2e4788a034e76b25001dc11d56e05ba9f428b5.tar.zst ansible-clever-fd2e4788a034e76b25001dc11d56e05ba9f428b5.zip |
tests: Add tests for the new 'restart' feature
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 92f6295..7ce4540 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -26,10 +26,7 @@ script: | |||
26 | - mkdir -p ~/.local/bin | 26 | - mkdir -p ~/.local/bin |
27 | - cp tests/fake.sh ~/.local/bin/clever | 27 | - cp tests/fake.sh ~/.local/bin/clever |
28 | - cp tests/fake.sh ~/.local/bin/git | 28 | - cp tests/fake.sh ~/.local/bin/git |
29 | - ansible-playbook tests/test-simple-app.yml -i tests/inventory | 29 | - ansible-playbook -i tests/inventory tests/test-all.yml |
30 | - ansible-playbook tests/test-haskell-app.yml -i tests/inventory | ||
31 | - ansible-playbook tests/test-configure-app.yml -i tests/inventory | ||
32 | - ansible-playbook tests/test-scalability.yml -i tests/inventory | ||
33 | 30 | ||
34 | notifications: | 31 | notifications: |
35 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB | 32 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB |