Fix Travis builds
Test on PHP 7 and 5.6
This commit is contained in:
parent
f43da1bc57
commit
3eb0ca077e
3 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue