fix lists in readme
[mixstore.git] / .travis.yml
CommitLineData
929ca066
BA
1language: php
2
3php:
4 - 5.3.3
5 - 5.3
6 - 5.4
7
8before_script: composer install -n
9
10script: phpunit -c app