mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 03:58:26 -04:00
Merge pull request #637 from alphagov/travis-cache
caching in travis for pip and npm
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user