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
5f7653b0
Commit
5f7653b0
authored
Jan 05, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run basic app functional tests within the main repo test chain
parent
a04e77e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
.travis.yml
.travis.yml
+5
-0
.travis.yml
apps/basic/.travis.yml
+0
-12
No files found.
.travis.yml
View file @
5f7653b0
...
...
@@ -12,6 +12,7 @@ services:
-
mongodb
install
:
# core framework:
-
composer self-update && composer --version
# - composer require satooshi/php-coveralls 0.6.* --dev --prefer-dist
-
composer install --prefer-dist
...
...
@@ -19,6 +20,9 @@ install:
-
tests/unit/data/travis/apc-setup.sh
-
tests/unit/data/travis/memcache-setup.sh
-
tests/unit/data/travis/cubrid-setup.sh
# basic application:
-
composer install --dev --prefer-dist -d apps/basic
-
cd apps/basic && php vendor/bin/codecept build && cd ../..
before_script
:
-
echo 'elasticsearch version ' && curl http://localhost:9200/
...
...
@@ -29,6 +33,7 @@ before_script:
script
:
-
vendor/bin/phpunit --coverage-text --coverage-clover tests/unit/runtime/coveralls/clover.xml --verbose --exclude-group mssql,oci,wincache,xcache,zenddata,vendor
-
cd apps/basic && php vendor/bin/codecept run functional && cd ../..
#after_script:
# - php vendor/bin/coveralls
apps/basic/.travis.yml
deleted
100644 → 0
View file @
a04e77e5
language
:
php
php
:
-
5.5
-
5.4
before_script
:
-
composer install --dev --prefer-dist
-
php vendor/bin/codecept build
script
:
-
php vendor/bin/codecept run functional
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