Skip to content

Commit

Permalink
暂时去掉 codecept
Browse files Browse the repository at this point in the history
  • Loading branch information
littlehz committed Aug 2, 2016
1 parent eca3e54 commit 05ff67e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ install:
- travis_retry composer self-update && composer update nothing && composer --version
- travis_retry composer global require fxp/composer-asset-plugin --no-plugins
- composer install --prefer-source --no-interaction --dev
- wget http://codeception.com/codecept.phar -O vendor/bin/codecept && chmod +x vendor/bin/codecept
- echo 'xdebug.max_nesting_level=600' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini


before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS walle DEFAULT CHARSET utf8 COLLATE utf8_general_ci;'
- ./yii migrate/up --interactive=0
- cd tests && ./vendor/bin/codecept build

script:
- find ./ -path './vendor' -prune -o -type f -iname "*.php" -print0 | xargs -0 -n1 php -l
- ./vendor/bin/codecept run
matrix:
fast_finish: true

Expand Down

0 comments on commit 05ff67e

Please sign in to comment.