Merge pull request #9 from jacobkiers/update-travis-configuration

Update travis configuration: test PHP 5.3-5.6; 7 and HHVM.
This commit is contained in:
Jacob Kiers 2015-10-02 15:50:51 +02:00
commit 95477a7710
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