Create .travis.yml

This commit is contained in:
Arandi López 2017-01-27 23:15:27 -06:00 committed by GitHub
parent ceb9510966
commit 797f709877
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: php
php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
install:
- "composer self-update"
- "composer install"