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
d389f32c
Unverified
Commit
d389f32c
authored
Oct 26, 2019
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bpo/2.9/#3702' into 2.9
parents
94b1ea2c
5ac70f61
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
13 deletions
+2
-13
.travis.yml
.travis.yml
+0
-3
install-mssql-pdo_sqlsrv.sh
tests/travis/install-mssql-pdo_sqlsrv.sh
+1
-5
install-mssql-sqlsrv.sh
tests/travis/install-mssql-sqlsrv.sh
+1
-5
No files found.
.travis.yml
View file @
d389f32c
...
@@ -41,9 +41,6 @@ after_script:
...
@@ -41,9 +41,6 @@ after_script:
fi
fi
jobs
:
jobs
:
allow_failures
:
-
php
:
7.4snapshot
include
:
include
:
-
stage
:
Test
-
stage
:
Test
php
:
7.1
php
:
7.1
...
...
tests/travis/install-mssql-pdo_sqlsrv.sh
View file @
d389f32c
...
@@ -4,8 +4,4 @@ set -ex
...
@@ -4,8 +4,4 @@ set -ex
echo
"Installing extension"
echo
"Installing extension"
if
[
"
$TRAVIS_PHP_VERSION
"
==
"7.3"
]
||
[
"
$TRAVIS_PHP_VERSION
"
==
"nightly"
]
;
then
pecl
install
pdo_sqlsrv-5.7.0preview
pecl
install
pdo_sqlsrv-5.4.0preview
else
pecl
install
pdo_sqlsrv
fi
tests/travis/install-mssql-sqlsrv.sh
View file @
d389f32c
...
@@ -4,8 +4,4 @@ set -ex
...
@@ -4,8 +4,4 @@ set -ex
echo
"Installing extension"
echo
"Installing extension"
if
[
"
$TRAVIS_PHP_VERSION
"
==
"7.3"
]
||
[
"
$TRAVIS_PHP_VERSION
"
==
"nightly"
]
;
then
pecl
install
sqlsrv-5.7.0preview
pecl
install
sqlsrv-5.4.0preview
else
pecl
install
sqlsrv
fi
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