Skip to content

Commit

Permalink
travis.yml: temporary disabled phpdbg due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2016
1 parent e901b3e commit 961ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_script:
# Install Nette Tester & Code Checker
- travis_retry composer update --no-interaction --prefer-dist $dependencies
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.5 --no-interaction
- if [ $TRAVIS_PHP_VERSION == "7.0" ]; then coverage="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi
# - if [ $TRAVIS_PHP_VERSION == "7.0" ]; then coverage="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi

# Create databases.ini
- cp ./tests/databases.travis.ini ./tests/Database/databases.ini
Expand Down

0 comments on commit 961ef10

Please sign in to comment.