Skip to content

Commit 3f7a855

Browse files
committed
Add .travis.yml for syntax check with Travis CI
1 parent 7103f10 commit 3f7a855

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: .travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python: "2.7"
3+
install:
4+
- pip install ansible
5+
- ./contrib/bootstrap-ansible.sh
6+
script:
7+
- ansible-playbook --syntax-check -i contrib/vagrant/inventory-lemp/ansible playbooks/site.yml

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ginas
22

3+
[![Travis CI](https://travis-ci.org/drybjed/ginas.png?branch=devel)](https://travis-ci.org/drybjed/ginas)
4+
35
ginas is not a server, it's an entire datacenter defined in [Ansible](http://ansibleworks.com/) playbooks and built using [Debian](http://debian.org/) operating system. With ginas, you can configure your servers in minutes and easily rebuild them if you want to.
46

57
## Main features

0 commit comments

Comments
 (0)