File: .travis.yml

package info (click to toggle)
golang-github-google-go-dap 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464 kB
  • sloc: sh: 19; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# For Travis to run this for pending PRs and pushes to the master branch, make
# sure to add a Webhook in the Github repository Settings to send all events to
# https://notify.travis-ci.org
language: go

go:
  - 1.14.x
  - 1.15.x

env:
  global:
  - GOPROXY=https://proxy.golang.org
  - GO111MODULE=on

script:
  - 'internal/test.sh'