Skip to content

Commit

Permalink
Add .travis.yml for syntax check with Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Feb 23, 2014
1 parent 7103f10 commit 3f7a855
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python: "2.7"
install:
- pip install ansible
- ./contrib/bootstrap-ansible.sh
script:
- ansible-playbook --syntax-check -i contrib/vagrant/inventory-lemp/ansible playbooks/site.yml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ginas

[![Travis CI](https://travis-ci.org/drybjed/ginas.png?branch=devel)](https://travis-ci.org/drybjed/ginas)

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.

## Main features
Expand Down

0 comments on commit 3f7a855

Please sign in to comment.