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