Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
PSDI Army
yii2
Commits
89921e0b
Commit
89921e0b
authored
Aug 15, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HHVM version ouput has changed
parent
7bbfbb09
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+1
-1
cubrid-setup.sh
tests/unit/data/travis/cubrid-setup.sh
+1
-1
init-apps.sh
tests/unit/data/travis/init-apps.sh
+1
-1
memcache-setup.sh
tests/unit/data/travis/memcache-setup.sh
+1
-1
setup-apps.sh
tests/unit/data/travis/setup-apps.sh
+1
-1
No files found.
.travis.yml
View file @
89921e0b
...
@@ -48,7 +48,7 @@ before_script:
...
@@ -48,7 +48,7 @@ before_script:
script
:
script
:
-
vendor/bin/phpunit --verbose --coverage-clover=coverage.clover --exclude-group mssql,oci,wincache,xcache,zenddata
-
vendor/bin/phpunit --verbose --coverage-clover=coverage.clover --exclude-group mssql,oci,wincache,xcache,zenddata
-
|
-
|
if (php --version | grep -i H
HVM
> /dev/null); then
if (php --version | grep -i H
ipHop
> /dev/null); then
echo "skipping application tests on HHVM"
echo "skipping application tests on HHVM"
else
else
cd apps/basic && php vendor/bin/codecept run
cd apps/basic && php vendor/bin/codecept run
...
...
tests/unit/data/travis/cubrid-setup.sh
View file @
89921e0b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
#
# install CUBRID DBMS
# install CUBRID DBMS
if
(
php
--version
|
grep
-i
H
HVM
>
/dev/null
)
;
then
if
(
php
--version
|
grep
-i
H
ipHop
>
/dev/null
)
;
then
echo
"Skipping CUBRID on HHVM"
echo
"Skipping CUBRID on HHVM"
exit
0
exit
0
fi
fi
...
...
tests/unit/data/travis/init-apps.sh
View file @
89921e0b
#!/bin/sh
#!/bin/sh
if
(
php
--version
|
grep
-i
H
HVM
>
/dev/null
)
;
then
if
(
php
--version
|
grep
-i
H
ipHop
>
/dev/null
)
;
then
echo
"skipping application init on HHVM"
echo
"skipping application init on HHVM"
else
else
...
...
tests/unit/data/travis/memcache-setup.sh
View file @
89921e0b
#!/bin/sh
#!/bin/sh
if
(
php
--version
|
grep
-i
H
HVM
>
/dev/null
)
;
then
if
(
php
--version
|
grep
-i
H
ipHop
>
/dev/null
)
;
then
echo
"skipping memcache on HHVM"
echo
"skipping memcache on HHVM"
else
else
mkdir
-p
~/.phpenv/versions/
$(
phpenv version-name
)
/etc
mkdir
-p
~/.phpenv/versions/
$(
phpenv version-name
)
/etc
...
...
tests/unit/data/travis/setup-apps.sh
View file @
89921e0b
#!/bin/sh
#!/bin/sh
if
(
php
--version
|
grep
-i
H
HVM
>
/dev/null
)
;
then
if
(
php
--version
|
grep
-i
H
ipHop
>
/dev/null
)
;
then
echo
"skipping application setup on HHVM"
echo
"skipping application setup on HHVM"
else
else
...
...
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