diff --git a/.travis.yml b/.travis.yml index 70cd6d5..1c60690 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,16 @@ - dev install: - - npm install -g grunt-cli - - export DISPLAY=:99.0 - - sh -e /etc/init.d/xvfb start + - npm install grunt-cli - npm install +cache: + directories: + - node_modules + +before_script: + - export DISPLAY=:99.0 + - sh -e /etc/init.d/xvfb start + script: - - grunt travis \ No newline at end of file + - ./node_modules/.bin/grunt travis \ No newline at end of file