1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

create travis file

This commit is contained in:
Chaoyi Zha 2014-12-28 16:03:46 -05:00
parent 9965d3b91a
commit c04635a3e2

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
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