cleanup
This commit is contained in:
parent
67faf89b39
commit
4f5cd69ae9
13
.travis.yml
13
.travis.yml
@ -1,13 +0,0 @@
|
||||
language: go
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
before_script:
|
||||
- env GO111MODULE=on go mod download
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
- chmod +x ./cc-test-reporter
|
||||
- ./cc-test-reporter before-build
|
||||
script:
|
||||
- env GO111MODULE=on go test -coverprofile c.out ./...
|
||||
after_script:
|
||||
- ./cc-test-reporter after-build --coverage-input-type gocov --exit-code $TRAVIS_TEST_RESULT
|
@ -1,4 +1,4 @@
|
||||
> This is a fork of the [z7zmey](https://github.com/z7zmey) [parser](https://github.com/VKCOM/php-parser) that adds PHP 8 support.
|
||||
> This is a fork of the [z7zmey](https://github.com/z7zmey) [parser](https://github.com/z7zmey/php-parser) that adds PHP 8 support.
|
||||
|
||||
PHP Parser written in Go
|
||||
========================
|
||||
|
Loading…
Reference in New Issue
Block a user