Fix Travis builds

Test on PHP 7 and 5.6
This commit is contained in:
Pierre Rudloff 2016-12-18 23:10:17 +01:00
parent f43da1bc57
commit 3eb0ca077e
3 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
language: php
php:
- 5.6
- 7
install:
- composer install
before_install:
- composer selfupdate
- npm install -g npm@3
after_success:
- bash <(curl -s https://codecov.io/bash)