Skip to content

Commit

Permalink
Removing release script. Releases done through Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Oct 15, 2019
1 parent 82fba46 commit d0034fc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php
php:
- '7.2'
- '7.3'

install:
- composer install
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
.PHONY: release

test:
vendor/bin/phpunit

coverage:
vendor/bin/phpunit --coverage-clover=build/logs/clover.xml

analyze:
vendor/bin/psalm

release:
php release
vendor/bin/psalm
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"psr-4": {
"Carton\\Tests\\": "tests/"
}
},
"version": "0.2"
}
}

0 comments on commit d0034fc

Please sign in to comment.