Merge pull request #637 from alphagov/travis-cache

caching in travis for pip and npm
This commit is contained in:
minglis
2016-06-02 12:00:17 +01:00

View File

@@ -1,5 +1,9 @@
sudo: false sudo: false
language: python language: python
cache:
pip: true
directories:
- node_modules
python: python:
- '3.5' - '3.5'
env: env: