respect-validation/.travis.yml
Alexandre Gomes Gaigalas daaa128482 Update .travis.yml
2011-11-25 15:09:37 -02:00

10 lines
122 B
YAML

language: php
php:
- 5.3
before_script:
- "sudo apt-get install -y php-pear"
- "sudo make dev"
script: make test