Drop support for php 5 and HHVM in travis

This commit is contained in:
Matt Bonneau 2017-03-29 10:37:50 -04:00
parent d7e3c1bc64
commit bc7bf9f302

View File

@ -1,11 +1,8 @@
language: php language: php
php: php:
- 5.4
- 5.5
- 5.6
- 7 - 7
- hhvm - 7.1
before_install: before_install:
- export PATH=$HOME/.local/bin:$PATH - export PATH=$HOME/.local/bin:$PATH