projects
/
mixstore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
955248ad1f85fc12c8ac244d1e66cc72dbae6206
[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