Skip to content

Commit

Permalink
Remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed May 2, 2021
1 parent 5b01fde commit 8b80cdd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: composer update --prefer-dist --prefer-${{ matrix.setup }} --no-progress --no-interaction

- name: Run test suite
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
run: vendor/bin/phpunit -c tests/phpunit-travis.xml --coverage-text --coverage-clover=coverage.xml

- name: Code Climate Test Reporter
if: ${{ env.CC_TEST_REPORTER_ID != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
composer update --prefer-dist --prefer-${{ matrix.setup }} --no-progress --no-interaction ${{ matrix.php >= 8.1 && '--ignore-platform-req=php' || '' }}
- name: Run test suite
run: vendor/bin/phpunit --no-coverage --verbose
run: vendor/bin/phpunit -c tests/phpunit-travis.xml --no-coverage --verbose
66 changes: 0 additions & 66 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require-dev": {
"yidas/yii2-composer-bower-skip": "^2.0.13",
"yiisoft/yii2-bootstrap": "^2.0.10",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^8.5.15"
"phpunit/phpunit": "^8.5.15"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8b80cdd

Please sign in to comment.