diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2020-06-22 14:53:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 14:53:42 +0200 |
commit | fcb00fd5cc86db70d122e126f52e24d0eba4af96 (patch) | |
tree | 93dee19980af622d21d08039aec2248e61bff186 /.travis.yml | |
parent | f39118d499132f017d7f2ec0944bf673b6deb7e9 (diff) | |
parent | 791d2dcbcb3d90ea66ce9b6b519eeb576f5f601b (diff) | |
download | ansible-clever-fcb00fd5cc86db70d122e126f52e24d0eba4af96.tar.gz ansible-clever-fcb00fd5cc86db70d122e126f52e24d0eba4af96.tar.zst ansible-clever-fcb00fd5cc86db70d122e126f52e24d0eba4af96.zip |
Merge pull request #67 from clementd-fretlink/scaling
scalability configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 752366f..d287c26 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -30,6 +30,7 @@ script: | |||
30 | - ansible-playbook tests/test-simple-app.yml -i tests/inventory | 30 | - ansible-playbook tests/test-simple-app.yml -i tests/inventory |
31 | - ansible-playbook tests/test-haskell-app.yml -i tests/inventory | 31 | - ansible-playbook tests/test-haskell-app.yml -i tests/inventory |
32 | - ansible-playbook tests/test-configure-app.yml -i tests/inventory | 32 | - ansible-playbook tests/test-configure-app.yml -i tests/inventory |
33 | - ansible-playbook tests/test-scalability.yml -i tests/inventory | ||
33 | 34 | ||
34 | notifications: | 35 | notifications: |
35 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB | 36 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB |