Skip to content

Commit

Permalink
Remove Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 2, 2020
1 parent 651267f commit 9fa83db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
"@analyze",
"@test"
],
"all-ci": [
"@lint",
"@analyze",
"@test-ci"
],
"analyze": [
"vendor/bin/ecs check src/ tests/ -vv --ansi",
"vendor/bin/phpstan.phar analyze -c phpstan.neon --ansi"
Expand All @@ -63,9 +58,6 @@
],
"test": [
"./vendor/bin/phpunit --colors=always"
],
"test-ci": [
"./vendor/bin/phpunit --colors=always --coverage-clover coverage-clover.xml"
]
}
}

0 comments on commit 9fa83db

Please sign in to comment.