With yarn cache, do not cache node_modules on Travis

This commit is contained in:
Kevin van Zonneveld 2016-12-01 12:51:52 +01:00
parent a178a95c26
commit 36b9ce280b

View File

@ -22,7 +22,6 @@ before_cache:
cache:
apt: true
directories:
- node_modules
- .lanyon
script: test/acceptance.sh
deploy: