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
b4100118
Commit
b4100118
authored
Feb 04, 2017
by
Walt Sorensen
Committed by
GitHub
Feb 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let HHVM live as an allowed failure
parent
ff29d8a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
88 additions
and
88 deletions
+88
-88
.travis.yml
.travis.yml
+88
-88
No files found.
.travis.yml
View file @
b4100118
...
...
@@ -32,13 +32,13 @@ matrix:
env
:
DB=mariadb MARIADB_VERSION=10.0
addons
:
mariadb
:
10.0
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next Trusty update
#
addons:
#
mariadb: 10.0
#
env: DB=mariadb MARIADB_VERSION=10.0
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next Trusty update
addons
:
mariadb
:
10.0
env
:
DB=mariadb MARIADB_VERSION=10.0
-
php
:
7.0
env
:
DB=mariadb MARIADB_VERSION=10.1
...
...
@@ -52,13 +52,13 @@ matrix:
env
:
DB=mariadb MARIADB_VERSION=10.1
addons
:
mariadb
:
10.1
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next Trusty update
#
addons:
#
mariadb: 10.1
#
env: DB=mariadb MARIADB_VERSION=10.1
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next Trusty update
addons
:
mariadb
:
10.1
env
:
DB=mariadb MARIADB_VERSION=10.1
-
php
:
7.0
addons
:
...
...
@@ -167,80 +167,80 @@ matrix:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
addons:
#
apt:
#
packages:
#
- mysql-server-5.6
#
- mysql-client-core-5.6
#
- mysql-client-5.6
#
services:
#
- mysql
#
env: DB=mysql
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
addons:
#
apt:
#
packages:
#
- mysql-server-5.6
#
- mysql-client-core-5.6
#
- mysql-client-5.6
#
services:
#
- mysql
#
env: DB=mysqli
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
addons:
#
postgresql: "9.2"
#
services:
#
- postgresql
#
env: DB=pgsql POSTGRESQL_VERSION=9.2
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
addons:
#
postgresql: "9.3"
#
services:
#
- postgresql
#
env: DB=pgsql POSTGRESQL_VERSION=9.3
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
addons:
#
postgresql: "9.4"
#
services:
#
- postgresql
#
env: DB=pgsql POSTGRESQL_VERSION=9.4
#
- php: hhvm
# sudo: fals
e
#
dist: trusty
#
addons:
#
postgresql: "9.5"
#
services:
#
- postgresql
#
env: DB=pgsql POSTGRESQL_VERSION=9.5
#
- php: hhvm
# sudo: fals
e
#
dist: trusty
#
addons:
#
postgresql: "9.6"
#
services:
#
- postgresql
#
env: DB=pgsql POSTGRESQL_VERSION=9.6
#
- php: hhvm
#
sudo: true
#
dist: trusty
#
group: edge # until the next update
#
env: DB=sqlite
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
addons
:
apt
:
packages
:
-
mysql-server-5.6
-
mysql-client-core-5.6
-
mysql-client-5.6
services
:
-
mysql
env
:
DB=mysql
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
addons
:
apt
:
packages
:
-
mysql-server-5.6
-
mysql-client-core-5.6
-
mysql-client-5.6
services
:
-
mysql
env
:
DB=mysqli
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
addons
:
postgresql
:
"
9.2"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.2
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
addons
:
postgresql
:
"
9.3"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.3
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
addons
:
postgresql
:
"
9.4"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.4
-
php
:
hhvm
sudo
:
tru
e
dist
:
trusty
addons
:
postgresql
:
"
9.5"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
hhvm
sudo
:
tru
e
dist
:
trusty
addons
:
postgresql
:
"
9.6"
services
:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.6
-
php
:
hhvm
sudo
:
true
dist
:
trusty
group
:
edge
# until the next update
env
:
DB=sqlite
allow_failures
:
-
php
:
hhvm
-
php
:
nightly
...
...
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