Skip to content

Commit

Permalink
Updates to use command-line package
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Sep 9, 2019
1 parent 553b8e1 commit b8487ff
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 547 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,12 @@ install:
- composer self-update - composer self-update
- composer install --dev --no-interaction - composer install --dev --no-interaction


before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build

script: phpunit --tap --coverage-clover build/logs/clover.xml script: phpunit --tap --coverage-clover build/logs/clover.xml


after_script: after_script:
- bash bin/codeclimate.sh - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
4 changes: 0 additions & 4 deletions bin/codeclimate.sh

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -7,7 +7,6 @@
"psr/log": "^1.0" "psr/log": "^1.0"
}, },
"require-dev": { "require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit": "^5.0" "phpunit/phpunit": "^5.0"
}, },
"autoload": { "autoload": {
Expand Down

0 comments on commit b8487ff

Please sign in to comment.