Since there are tests, lets add a config for Travis.

- config comes with Composer cache enabled
This commit is contained in:
Alexey Kopytko 2016-06-16 15:23:56 +09:00
parent c91cd95ffa
commit d3d5afa3d9
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
sudo: false
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
cache:
directories:
- $HOME/.composer/cache
install:
- composer install --prefer-dist