tasks/.travis.yml

23 lines
220 B
YAML
Raw Normal View History

2014-08-08 07:11:51 +00:00
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
branches:
only:
- master
2015-03-02 11:26:57 +00:00
- /^stable\d*$/
2014-08-08 07:11:51 +00:00
script:
# Test lint
- sh -c "ant test"
matrix:
allow_failures:
- php: hhvm
fast_finish: true