AlternC/.travis.yml

8 lines
73 B
YAML
Raw Normal View History

2014-03-19 10:23:02 +00:00
language: php
2014-03-21 13:21:12 +00:00
before_script:
- cd phpunit
2014-03-19 10:23:02 +00:00
php:
- 5.5
- 5.4
- 5.3