Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
a05dba58
Commit
a05dba58
authored
Feb 22, 2017
by
Steve Müller
Committed by
GitHub
Feb 22, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2660 from photodude/patch-6
Revert conditional PGSQL & MARIADB change
parents
39ace7fc
557d9eae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
133 additions
and
19 deletions
+133
-19
.travis.yml
.travis.yml
+133
-19
No files found.
.travis.yml
View file @
a05dba58
language
:
php
sudo
:
false
cache
:
...
...
@@ -16,17 +15,143 @@ env:
-
DB=sqlite
-
DB=mysql
-
DB=mysqli
-
DB=mariadb MARIADB_VERSION=10.0
-
DB=mariadb MARIADB_VERSION=10.1
-
DB=pgsql POSTGRESQL_VERSION=9.2
-
DB=pgsql POSTGRESQL_VERSION=9.3
-
DB=pgsql POSTGRESQL_VERSION=9.4
-
DB=pgsql POSTGRESQL_VERSION=9.5
-
DB=pgsql POSTGRESQL_VERSION=9.6
matrix
:
fast_finish
:
true
include
:
-
php
:
7.0
env
:
DB=mariadb MARIADB_VERSION=10.0
addons
:
mariadb
:
10.0
-
php
:
7.1
env
:
DB=mariadb MARIADB_VERSION=10.0
addons
:
mariadb
:
10.0
-
php
:
nightly
env
:
DB=mariadb MARIADB_VERSION=10.0
addons
:
mariadb
:
10.0
-
php
:
7.0
env
:
DB=mariadb MARIADB_VERSION=10.1
addons
:
mariadb
:
10.1
-
php
:
7.1
env
:
DB=mariadb MARIADB_VERSION=10.1
addons
:
mariadb
:
10.1
-
php
:
nightly
env
:
DB=mariadb MARIADB_VERSION=10.1
addons
:
mariadb
:
10.1
-
php
:
7.0
addons
:
postgresql
:
"
9.2"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.2
-
php
:
7.1
addons
:
postgresql
:
"
9.2"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.2
-
php
:
nightly
addons
:
postgresql
:
"
9.2"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.2
-
php
:
7.0
addons
:
postgresql
:
"
9.3"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.3
-
php
:
7.1
addons
:
postgresql
:
"
9.3"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.3
-
php
:
nightly
addons
:
postgresql
:
"
9.3"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.3
-
php
:
7.0
addons
:
postgresql
:
"
9.4"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.4
-
php
:
7.1
addons
:
postgresql
:
"
9.4"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.4
-
php
:
nightly
addons
:
postgresql
:
"
9.4"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.4
-
php
:
7.0
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.5"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
7.1
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.5"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
nightly
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.5"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
7.0
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.6"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
-
php
:
7.1
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.6"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
-
php
:
nightly
sudo
:
false
dist
:
trusty
addons
:
postgresql
:
"
9.6"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
-
php
:
hhvm
sudo
:
true
dist
:
trusty
...
...
@@ -34,7 +159,6 @@ matrix:
addons
:
mariadb
:
10.0
env
:
DB=mariadb MARIADB_VERSION=10.0
-
php
:
hhvm
sudo
:
true
dist
:
trusty
...
...
@@ -42,7 +166,6 @@ matrix:
addons
:
mariadb
:
10.1
env
:
DB=mariadb MARIADB_VERSION=10.1
-
php
:
hhvm
sudo
:
true
dist
:
trusty
...
...
@@ -120,21 +243,12 @@ matrix:
allow_failures
:
-
php
:
hhvm
-
php
:
nightly
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
nightly
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
before_install
:
# Force hhvm PHP 7 mode
-
if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
-
if [ '$DB' = 'pgsql' ]; then sudo apt-get install postgresql-$POSTGRESQL_VERSION; fi
-
if [ '$DB' = 'mariadb' ]; then sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/$MARIADB_VERSION/ubuntu precise main'; fi
-
if [ '$DB' = 'mariadb' ]; then sudo apt-get install mariadb-server; fi
install
:
-
travis_retry composer install
before_script
:
-
if [ '$DB' = 'pgsql' ]; then sudo service postgresql stop; sudo service postgresql start $POSTGRESQL_VERSION; fi
script
:
./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment