summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 29111bcf5972c810e5fd5545240a1a6a32a5549a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: php

php:
  - 5.3
  - 5.4

before_script:
  - pyrus channel-discover pear.php-tools.net
  - pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
  - phpenv rehash

script: phpunit --configuration tests/phpunit.xml 

branches:
  only:
    - develop
    - master