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:
commit
de403a62cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user