Skip to content

Commit

Permalink
run tests in ubuntu 1604
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 19, 2018
1 parent f4dd8ef commit 4f687f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
language: python
python: "2.7"
distro: ubuntu1604 # apt-key no longer works on 1404
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
Expand All @@ -13,7 +14,6 @@ install:
# Install dependencies
- ansible-galaxy install -r tests/requirements.yml
script:
- which python ; which pip ; which ansible-playbook
- echo localhost > inventory

# Syntax check
Expand Down

0 comments on commit 4f687f0

Please sign in to comment.