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