diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bc37f03..0000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index c6fd4df..8018b33 100644 --- a/README.md +++ b/README.md @@ -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 ========================