summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 7f290e6be3d9f60b41eda700a455ca6c0fadcb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
language: php

phps:
  - 5.2
  - 5.3
  - 5.4

branches:
  except:
    - develop
    - master