More speedup for travis
This commit is contained in:
parent
e3c7f209f5
commit
dc49518318
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
language: python
|
language: python
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
cache:
|
||||||
|
bundler: true
|
||||||
|
pip: true
|
||||||
|
|
||||||
# Use the new container infrastructure
|
# Use the new container infrastructure
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -14,7 +17,7 @@ addons:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install ansible
|
# Install ansible
|
||||||
- pip install ansible
|
- pip install -U ansible
|
||||||
|
|
||||||
# Check ansible version
|
# Check ansible version
|
||||||
- ansible --version
|
- ansible --version
|
||||||
|
|
Loading…
Reference in a new issue