Update travis configuration #9

Merged
jacobkiers merged 1 commits from update-travis-configuration into master 2015-10-02 13:50:51 +00:00
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