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:
directories:
- node_modules
- vendor
- $HOME/.npm
- $HOME/.composer
before_install:
- nvm install 6.5.0
@ -14,7 +14,7 @@ before_install:
install:
- npm install
- composer install
- composer install --prefer-dist
script:
- npm run lint