1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Merge pull request #835 from owncloud/fix-travis-yml

Correctly only check stable* branches and master and ignore php 5.3
This commit is contained in:
Thomas Müller 2015-02-25 05:37:43 -08:00
commit de403a62cd

View File

@ -1,12 +1,13 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
branches:
except:
- share
only:
- master
- /^stable\d*$/
env:
- DB=sqlite