Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #48 from QoboLtd/phake-builder-update
Browse files Browse the repository at this point in the history
Phake builder update
  • Loading branch information
mamchenkov committed Jun 29, 2015
2 parents 6cf0ce5 + 0208fc0 commit e9750b2
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:

install:
- composer install --no-dev
- ./vendor/bin/phake app:install
- ./vendor/bin/phake app:install SYSTEM_COMMAND_COMPOSER="composer -n --dev"

before_script:
- sh -e /etc/init.d/xvfb start
Expand All @@ -24,6 +24,6 @@ before_script:
- sleep 30

script:
- phpunit --group example
- phpunit --exclude-group example
- ./vendor/bin/phpunit --group example
- ./vendor/bin/phpunit --exclude-group example

92 changes: 46 additions & 46 deletions composer.lock

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

0 comments on commit e9750b2

Please sign in to comment.