lumen-generators/.travis.yml

19 lines
165 B
YAML
Raw Normal View History

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