Add Travis caching

This commit is contained in:
Kevin van Zonneveld 2016-12-01 10:47:17 +01:00
parent 2295da9233
commit b4d16f5317

View File

@ -17,6 +17,12 @@ install:
fi fi
- bash --version - bash --version
- awk --version - awk --version
- npm install
cache:
apt: true
directories:
- node_modules
- .lanyon
script: test/acceptance.sh script: test/acceptance.sh
deploy: deploy:
skip_cleanup: true skip_cleanup: true