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
aec4faf2
Commit
aec4faf2
authored
Feb 06, 2017
by
Marco Pivetta
Committed by
GitHub
Feb 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2629 from photodude/patch-4
HHVM testing needs to be in PHP 7 mode
parents
cc1e9a90
b4100118
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.travis.yml
.travis.yml
+6
-2
No files found.
.travis.yml
View file @
aec4faf2
...
...
@@ -221,7 +221,7 @@ matrix:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.4
-
php
:
hhvm
sudo
:
fals
e
sudo
:
tru
e
dist
:
trusty
addons
:
postgresql
:
"
9.5"
...
...
@@ -229,7 +229,7 @@ matrix:
-
postgresql
env
:
DB=pgsql POSTGRESQL_VERSION=9.5
-
php
:
hhvm
sudo
:
fals
e
sudo
:
tru
e
dist
:
trusty
addons
:
postgresql
:
"
9.6"
...
...
@@ -256,6 +256,10 @@ matrix:
-
php
:
7.1
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
install
:
-
travis_retry composer install
...
...
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