Skip Oracle and hhvm for now
This commit is contained in:
parent
88b66cd10e
commit
965294a93d
11
.travis.yml
11
.travis.yml
@ -4,7 +4,7 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
# - hhvm
|
||||||
- 7
|
- 7
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -18,6 +18,7 @@ branches:
|
|||||||
- master
|
- master
|
||||||
- /^stable\d+(\.\d+)?$/
|
- /^stable\d+(\.\d+)?$/
|
||||||
|
|
||||||
|
sudo: true
|
||||||
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 richdocuments $CORE_BRANCH $DB
|
- bash ./before_install.sh richdocuments $CORE_BRANCH $DB
|
||||||
@ -41,8 +42,8 @@ matrix:
|
|||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
- php: 5.4
|
# - php: 5.4
|
||||||
env: DB=oracle
|
# env: DB=oracle
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- php: hhvm
|
# - php: hhvm
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user