Build pushes only on master and pull requests only

This commit is contained in:
Patrik Karisch 2016-03-07 00:10:47 +01:00
commit 232db3ce40

View file

@ -1,5 +1,9 @@
language: php language: php
branches:
only:
- master
php: php:
- 5.3 - 5.3
- 5.4 - 5.4