aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2019-07-31 14:28:10 +0200
committerGitHub <noreply@github.com>2019-07-31 14:28:10 +0200
commite749969ff845089853920647b0da039938a2371c (patch)
tree42959db073ff88d2f5ddcd42ff97bc548d73bf05 /.travis.yml
parent8305eb92f5bb6445868fda6d4e3075011d1fd248 (diff)
parentcc5df7bf9c44828219eaae6d6de111d4603e19a7 (diff)
downloadansible-clever-e749969ff845089853920647b0da039938a2371c.tar.gz
ansible-clever-e749969ff845089853920647b0da039938a2371c.tar.zst
ansible-clever-e749969ff845089853920647b0da039938a2371c.zip
Merge pull request #49 from paulrbr-fl/clever-deploy-back-to-polling
deploy: revert back to git push + polling
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 720eade..36019b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: nix
4sudo: false 4sudo: false
5 5
6install: 6install:
7 - nix-env -i python2.7-ansible python2.7-ansible-lint 7 - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.6.0
8 - nix-env -if ./dhall-1.21.0.nix 8 - nix-env -if ./dhall-1.21.0.nix
9 9
10 # Check ansible version 10 # Check ansible version
@@ -20,6 +20,7 @@ script:
20 # Basic role syntax check 20 # Basic role syntax check
21 - ansible-playbook tests/test.yml -i tests/inventory --syntax-check 21 - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
22 - ansible-lint . 22 - ansible-lint .
23 - shellcheck **/*.sh
23 - scripts/dhall_check.sh 24 - scripts/dhall_check.sh
24 25
25notifications: 26notifications: