aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5cc8f375a83a1846998eba07491f8f21d7c30426 (plain)
1
2
3
4
5
6
7
8
9
10
language: php
phps:
 - 5.2
 - 5.3

script: phpunit --help

branches:
  only:
    - master