mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-31 07:01:54 +00:00
14 lines
233 B
YAML
14 lines
233 B
YAML
# see http://about.travis-ci.org/docs/user/languages/php/ for more hints
|
|
language: php
|
|
|
|
# list any PHP version you want to test against
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script:
|
|
- composer install
|
|
|
|
# Script to run tests
|
|
script: phpunit
|