Skip to content

Commit

Permalink
Removed travis in favor of github action + added make test in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Oct 24, 2022
1 parent d77aec9 commit b4b5a02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Unit tests
run: |
vendor/bin/phpunit
composer run-script test
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"autoload": {
"psr-4": { "GuzzleHttp\\Stream\\": "src/" }
},
"scripts": {
"test": "make test"
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
Expand Down

0 comments on commit b4b5a02

Please sign in to comment.