diff options
| author | xuri <xuri.me@gmail.com> | 2021-06-11 22:48:37 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2021-06-11 22:48:37 +0800 |
| commit | 83e12cc4e5242904366a51f642596acbc9f9dd56 (patch) | |
| tree | af3d4ecbebdd19b55bc0651d5e88bc0bc6683850 /.travis.yml | |
| parent | 38162539b61b2b429b0498198ed58e1ef53d284b (diff) | |
support escaped string literal basic string and use GitHub Action instead of TravisCI
- Note that: travis-ci.org will shutdown on June 15th, 2021, and I don't have enough permission to migrate this project to travis-ci.com currently
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 34ce8ee..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: go - -install: - - go get -d -t -v ./... && go build -v ./... - -go: - - 1.15.x - - 1.16.x - -os: - - linux - - osx - - windows - -env: - jobs: - - GOARCH=amd64 - - GOARCH=386 - -script: - - env GO111MODULE=on go vet ./... - - env GO111MODULE=on go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic - -after_success: - - bash <(curl -s https://codecov.io/bash) |
