Speed up Travis

pull/62/head
Felix Becker 2017-02-03 13:19:02 +01:00
parent d01a2e1f69
commit 0a6785f8fb
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ php:
cache: cache:
directories: directories:
- node_modules - $HOME/.npm
- vendor - $HOME/.composer
before_install: before_install:
- nvm install 6.5.0 - nvm install 6.5.0
@ -14,7 +14,7 @@ before_install:
install: install:
- npm install - npm install
- composer install - composer install --prefer-dist
script: script:
- npm run lint - npm run lint