summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/.travis.yml
blob: 0c3d0fe55ffdbe84a8aea20d2b11c75c08af04b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: php

php:
  - "5.6"
  - "5.5"
  - "5.4"
  - "5.3"

before_script: wget https://phar.phpunit.de/phpunit.phar
script:
 - composer dump-autoload
 - php phpunit.phar