Update .travis.yml

pull/22/head
Felix Becker 2016-10-12 09:54:25 +02:00
parent 2aa5c94c4e
commit 1ba3596923
1 changed files with 7 additions and 3 deletions

View File

@ -3,13 +3,17 @@ language: php
php:
- '7.0'
cache:
directories:
- node_modules
- vendor
before_install:
- nvm install 5.10.0
- nvm use 5.10.0
- nvm install 6.5.0
- nvm use 6.5.0
install:
- npm install
- typings install
- composer install
script: