lumen-generators/.travis.yml

19 lines
165 B
YAML
Raw Normal View History

2015-09-24 02:03:29 +01:00
language: php
php:
- 5.5
- 5.6
- 7.0
2017-01-18 19:36:03 +00:00
- 7.1
2015-09-24 02:03:29 +01:00
- hhvm
matrix:
allow_failures:
2016-12-29 16:35:34 +01:00
- php: hhvm
2015-09-24 02:03:29 +01:00
sudo: false
install: ./install.sh
2017-01-18 19:36:03 +00:00
script: ./test.sh