Skip to content

Commit

Permalink
Add cache settings to speed up travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Nov 14, 2019
1 parent 712635b commit 2b4e7de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ python:
- "2.7"
compiler:
- gcc
cache:
apt: true
pip: true
directories:
- $HOME/.ccache
- $HOME/.cache/pip
- $HOME/apt-cacher-ng
dist: trusty
services:
- docker
Expand Down

0 comments on commit 2b4e7de

Please sign in to comment.