Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
Fixing travis CI to work as a role
  • Loading branch information
bernardoVale committed Jan 12, 2016
1 parent a8c17fd commit de796a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ before_install:
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible>=1.6.0

# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
script:
# Prepare tests
- echo localhost > inventory
Expand Down

0 comments on commit de796a9

Please sign in to comment.