Added php7 to travis

main
Hugo Fonseca 9 years ago
parent 664202e767
commit fe2b2e651a

@ -6,8 +6,14 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: 7.0
before_script:
- sudo apt-get install parallel
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini

Loading…
Cancel
Save