Skip to content

Commit

Permalink
Changed codeception env travis > platform
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSkierniewski committed Oct 18, 2015
1 parent 5b0c927 commit 54e028f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_script:

script:
- mkdir -p build/logs
- ./vendor/bin/codecept run --coverage --coverage-xml --coverage-html --env travis
- ./vendor/bin/codecept run --coverage --coverage-xml --coverage-html --env platform
- cp tests/_output/coverage.xml build/logs/clover.xml

after_script:
Expand Down
1 change: 1 addition & 0 deletions codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ paths:
log: tests/_output
data: tests/_data
helpers: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 54e028f

Please sign in to comment.