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
- bash --version
- awk --version
- npm install
cache:
apt: true
directories:
- node_modules
- .lanyon
script: test/acceptance.sh
deploy:
skip_cleanup: true