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

php:
    # We only specify one version so we only get one worker
    - 5.4

notifications:
    email: false

script: exit 0