Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
use sudo: false to enable container build
use cache: pip to cache pip packages
  • Loading branch information
gurneyalex committed Jul 24, 2015
1 parent ad2d9ad commit ffa0f6a
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
@@ -1,5 +1,8 @@
# Config file .travis.yml

sudo: false
cache: pip

addons:
apt:
packages:
Expand Down

0 comments on commit ffa0f6a

Please sign in to comment.