Skip to content

Commit 3f7a855

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

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
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

README.md

Lines changed: 2 additions & 0 deletions
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)