1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/.travis.yml
2014-12-28 16:03:46 -05:00

14 lines
238 B
YAML

language: php
# list any PHP version you want to test against
php:
# Polr only supports versions > 5.3
- 5.3
- 5.4
- 5.5
- 5.6
# optionally specify a list of environments, for example to test different RDBMS
env:
- DB=mysql