More speedup for travis

This commit is contained in:
László Károlyi 2017-03-09 17:49:53 +01:00
parent e3c7f209f5
commit dc49518318
No known key found for this signature in database
GPG Key ID: 372AA22D38BD5B13
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
language: python
python: "2.7"
dist: trusty
cache:
bundler: true
pip: true
# Use the new container infrastructure
sudo: false
@ -14,7 +17,7 @@ addons:
install:
# Install ansible
- pip install ansible
- pip install -U ansible
# Check ansible version
- ansible --version