Skip to content

Commit

Permalink
Update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidgh83 committed Feb 18, 2023
1 parent 5a4dc44 commit a90986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ install:
- composer install

script:
- phpstan
- composer phpstan
- composer test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This package is an implementation of repository pattern in laravel.",
"type": "library",
"license": "MIT",
"version": "v1.3.0",
"version": "1.3.0",
"config": {
"optimize-autoloader": true,
"sort-packages": true
Expand Down

0 comments on commit a90986c

Please sign in to comment.