From 83e12cc4e5242904366a51f642596acbc9f9dd56 Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 11 Jun 2021 22:48:37 +0800 Subject: 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 --- .travis.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') 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) -- cgit v1.2.1