xref: /PHP-5.4/.travis.yml (revision fecce5a5)
1language: php
2
3branches:
4    except:
5        - /^PHP-5\.3.*/
6        - /^PHP-5\.4.*/
7
8notifications:
9    email: false
10