cache node_modules on Travis CI

This commit is contained in:
Shin'ya Ueoka 2018-02-13 21:31:41 +09:00
parent e576e900b5
commit f63920e25e

View file

@ -6,6 +6,9 @@ addons:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
cache:
directories:
- node_modules
script:
- npm run lint
- npm test