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
296b0e51
Unverified
Commit
296b0e51
authored
Nov 21, 2018
by
Sergei Morozov
Committed by
GitHub
Nov 21, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3347 from BenMorel/travis_php73
Travis CI tests on PHP 7.3
parents
cfe3bec8
c9daea6f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
144 additions
and
138 deletions
+144
-138
.scrutinizer.yml
.scrutinizer.yml
+1
-1
.travis.yml
.travis.yml
+131
-135
install-mssql-pdo_sqlsrv.sh
tests/travis/install-mssql-pdo_sqlsrv.sh
+6
-1
install-mssql-sqlsrv.sh
tests/travis/install-mssql-sqlsrv.sh
+6
-1
No files found.
.scrutinizer.yml
View file @
296b0e51
...
...
@@ -21,7 +21,7 @@ before_commands:
tools
:
external_code_coverage
:
timeout
:
3600
runs
:
2
2
# 18
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 1x ContinuousPHP
runs
:
2
7
# 23
x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 1x ContinuousPHP
filter
:
excluded_paths
:
...
...
.travis.yml
View file @
296b0e51
This diff is collapsed.
Click to expand it.
tests/travis/install-mssql-pdo_sqlsrv.sh
View file @
296b0e51
...
...
@@ -3,4 +3,9 @@
set
-ex
echo
"Installing extension"
pecl
install
pdo_sqlsrv
if
[
"
$TRAVIS_PHP_VERSION
"
==
"7.3"
]
||
[
"
$TRAVIS_PHP_VERSION
"
==
"nightly"
]
;
then
pecl
install
pdo_sqlsrv-5.4.0preview
else
pecl
install
pdo_sqlsrv
fi
tests/travis/install-mssql-sqlsrv.sh
View file @
296b0e51
...
...
@@ -3,4 +3,9 @@
set
-ex
echo
"Installing extension"
pecl
install
sqlsrv
if
[
"
$TRAVIS_PHP_VERSION
"
==
"7.3"
]
||
[
"
$TRAVIS_PHP_VERSION
"
==
"nightly"
]
;
then
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