Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Attempt to speed up branch and PR builds with Travis CI caching (#604)
Browse files Browse the repository at this point in the history
* Speed up branch and PR builds with Travis CI caching
* add pip cache
  • Loading branch information
devinreams authored Mar 6, 2018
1 parent fd710db commit 5aa00f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ _aliases:
language: node_js
node_js: stable

cache:
directories:
- node_modules
cache: pip

sudo: required
jobs:
include:
Expand Down

0 comments on commit 5aa00f5

Please sign in to comment.