OAuth/.travis.yml
Jacob Kiers 74fd426e45 Also build against PHP 5.5.
But a failing build agains PHP 5.5 should not fail the whole build.
2013-02-08 11:09:37 +00:00

15 lines
207 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script:
- composer selfupdate --quiet
- composer install --dev
- vendor/phpunit/phpunit/composer/bin/phpunit