Skip to content

Commit

Permalink
remove dead config
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Jan 26, 2018
1 parent 5947507 commit 9ea3e63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ install:
# - if [[ "$ENABLE_CODE_COVERAGE" == "true" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then composer require --dev php-coveralls/php-coveralls; fi
- if [[ "$ENABLE_CODE_COVERAGE" == "true" ]]; then composer require --dev php-coveralls/php-coveralls; fi

# # Create a storage folder for coverage report
# before_script:
# - mkdir -p build/logs
# - ls -al

script:
# - if [[ $ENABLE_CODE_COVERAGE == "true" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml; else vendor/bin/phpunit; fi
- if [[ $ENABLE_CODE_COVERAGE == "true" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml; else vendor/bin/phpunit; fi
Expand Down

0 comments on commit 9ea3e63

Please sign in to comment.