scripts: Update gen-travis.go

This commit is contained in:
Derek Parker 2020-03-20 11:36:10 -07:00 committed by Alessandro Arzilli
parent 7571c9d7c7
commit 697310fc29

@ -58,6 +58,7 @@ func main() {
out := bufio.NewWriter(os.Stdout)
err := template.Must(template.New("travis.yml").Parse(`language: go
sudo: required
go_import_path: github.com/go-delve/delve
os:
- linux