Skip to content

Commit 2986544

Browse files
committed
syntax check at least
1 parent 3297f2c commit 2986544

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ before_install:
1717

1818
script:
1919
- echo localhost > inventory
20-
- ansible-playbook -i inventory --connection=local --sudo -v test/test.yml
20+
- ansible-playbook -i inventory tests/test.yml --syntax-check
21+
# - ansible-playbook -i inventory --connection=local --sudo -v test/test.yml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Ansistrano
22
==========
33

4+
[![Build Status](https://travis-ci.org/ansistrano/rollback.svg?branch=master)](https://travis-ci.org/ansistrano/rollback)
5+
46
**ansistrano.deploy** and **ansistrano.rollback** are Ansible roles to easily manage the deployment process for scripting applications such as PHP, Python and Ruby. It's an Ansible port for Capistrano.
57

68
History

0 commit comments

Comments
 (0)