Skip to content

Commit

Permalink
Merge pull request Legilibre#10 from promethe42/feature/travis
Browse files Browse the repository at this point in the history
Add support for Travis+Ansible CI with gitter integration.
  • Loading branch information
Seb35 authored Dec 11, 2016
2 parents dceb8e9 + 3df9f10 commit 62bdd42
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
sudo: required
dist: trusty
language: generic

env:
global:
- PLAYBOOK="provisioning/provision.yml"
- INVENTORY="provisioning/inventory"
- LIMIT="local"
- SKIP_TAGS=""
- VERBOSE="vvv"
- PROVIDER="travis"

script:
- sudo ln -s $TRAVIS_BUILD_DIR /vagrant
- cd /vagrant && sudo bash ./deployment/ansible.sh

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/793e9459f3bffe494287
on_success: change
on_failure: always
on_start: never

0 comments on commit 62bdd42

Please sign in to comment.