Update travis configuration

Test more PHP versions, in order to maintain compatibility. Also updates
the composer install command.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2015-10-02 15:40:13 +02:00
parent d2b3281815
commit e507a5dc8b
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
before_script:
- composer selfupdate --quiet
- composer install --dev
- composer install --prefer-dist
- vendor/phpunit/phpunit/composer/bin/phpunit