mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 17:09:00 -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
|
||||
language: python
|
||||
cache:
|
||||
pip: true
|
||||
directories:
|
||||
- node_modules
|
||||
python:
|
||||
- '3.5'
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user