diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a8e133707..bfb0fb131b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,9 @@ jobs: fail-fast: false matrix: go: - - "1.14" - "1.15" - "1.16" + - "1.17" steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index eec07bd70b..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,61 +0,0 @@ -language: go - -branches: - only: - - master - - /^crl-release-\d+\.\d+$/ - -install: - - go get -v golang.org/x/lint/golint - -cache: - directories: - - $(go env GOCACHE) - - $(go env GOPATH)/pkg/mod - -matrix: - include: - - name: "go1.14.x-linux" - go: 1.14.x - os: linux - script: make test - - name: "go1.15.x-linux" - go: 1.15.x - os: linux - script: make test generate - - name: "go1.16.x-linux" - go: 1.16.x - os: linux - script: make test generate - - name: "go1.16.x-linux-race" - go: 1.16.x - os: linux - script: make testrace TAGS= - - name: "go1.16.x-linux-no-invariants" - go: 1.16.x - os: linux - script: make test TAGS= - - name: "go1.16.x-linux-no-cgo" - go: 1.16.x - os: linux - script: CGO_ENABLED=0 make test TAGS= - - name: "go1.16.x-darwin" - go: 1.16.x - os: osx - script: make test - - name: "go1.16.x-windows" - go: 1.16.x - os: windows - script: go test ./... - - name: "go1.16.x-freebsd" - go: 1.16.x - os: linux - # NB: "env: GOOS=freebsd" does not have the desired effect. - script: GOOS=freebsd go build -v ./... - -notifications: - email: - recipients: - - peter@cockroachlabs.com - on_success: never - on_failure: always diff --git a/README.md b/README.md index 2dc46b0342..47c2275699 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pebble [![Build Status](https://travis-ci.com/cockroachdb/pebble.svg?branch=master)](https://travis-ci.com/cockroachdb/pebble) [![GoDoc](https://godoc.org/github.com/cockroachdb/pebble?status.svg)](https://godoc.org/github.com/cockroachdb/pebble) +# Pebble [![Build Status](https://github.com/cockroachdb/pebble/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/cockroachdb/pebble/actions/workflows/ci.yaml) [![GoDoc](https://godoc.org/github.com/cockroachdb/pebble?status.svg)](https://godoc.org/github.com/cockroachdb/pebble) #### [Nightly benchmarks](https://cockroachdb.github.io/pebble/)