Remove Travis and fix badge link in README

This commit is contained in:
Eli Bendersky 2021-08-31 06:28:21 -07:00
parent 95a10027c6
commit 5525fed5ae
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
language: go
go:
- 1.16
- 1.17
before_install:
install:
- go mod download
script:
- tools/build
env:
- VERBOSE=1 TESTING=1

View File

@ -18,7 +18,7 @@ CloudFront, for example.
### Building
[![Build Status](https://app.travis-ci.com/mmcgrana/gobyexample.svg?branch=master)](https://app.travis-ci.com/mmcgrana/gobyexample)
[![Build Status](https://github.com/mmcgrana/gobyexample/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/mmcgrana/gobyexample/actions)
To build the site you'll need Go installed. Run: