Skip to content

Commit

Permalink
Merge 1f2859c into 60f8122
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaigno committed Jan 17, 2016
2 parents 60f8122 + 1f2859c commit 037a332
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
language: python
python: "2.7"
#sudo: false

env:
- ANSIBLE_VERSION=1.9.1
- ANSIBLE_VERSION=2.0

notifications:
irc: "chat.freenode.net##cis-ansible"
Expand All @@ -21,7 +24,7 @@ before_script:

install:
# Install Ansible.
- pip install ansible
- pip install ansible==$ANSIBLE_VERSION

# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; echo 'callback_plugins = ./tests/callbacks/'; } >> ansible.cfg"
Expand Down

0 comments on commit 037a332

Please sign in to comment.