Update .travis.yml

This commit is contained in:
Ivan Diaz 2017-04-06 21:05:06 -03:00 committed by GitHub
parent 3048adec1e
commit 6502e425d9
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,4 @@
language: php ruby
rvm:
- 2.2
language: php
php:
- '5.6'
@ -11,6 +8,8 @@ services:
- mysql
before_install:
- rvm use 2.2 --install --binary --fuzzy
- ruby --version
- mysql -e 'CREATE DATABASE development;'
- nvm install 4.4.7
- npm install -g npm@2.15.8