1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-07 01:54:16 +01:00

Merge pull request #834 from owncloud/fix-travis-branch-stable8

Fix the travis target branch
This commit is contained in:
Thomas Müller 2015-02-25 02:14:19 -08:00
commit a4716914cc

View File

@ -1,8 +1,8 @@
language: php language: php
php: php:
- 5.3
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
branches: branches:
except: except:
@ -15,7 +15,7 @@ env:
before_install: before_install:
- wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh - wget https://raw.githubusercontent.com/owncloud/administration/master/travis-ci/before_install.sh
- bash ./before_install.sh contacts master $DB - bash ./before_install.sh contacts stable8 $DB
# - sudo add-apt-repository -y ppa:chris-lea/node.js # - sudo add-apt-repository -y ppa:chris-lea/node.js
# - sudo apt-get update # - sudo apt-get update