Skip to content

Commit

Permalink
path debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 19, 2018
1 parent 3e8621f commit f4dd8ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
language: python
python: "2.7"
group: "edge" # https://github.com/travis-ci/travis-ci/issues/8048
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
Expand All @@ -14,7 +13,7 @@ install:
# Install dependencies
- ansible-galaxy install -r tests/requirements.yml
script:
- source ~/virtualenv/python2.7/bin/activate
- which python ; which pip ; which ansible-playbook
- echo localhost > inventory

# Syntax check
Expand Down

0 comments on commit f4dd8ef

Please sign in to comment.