We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80693d0 commit 76fe031Copy full SHA for 76fe031
.travis.yml
@@ -1,5 +1,5 @@
1
language: go
2
-dist: xenial
+dist: bionic
3
notifications:
4
email:
5
recipients:
@@ -9,18 +9,12 @@ notifications:
9
addons:
10
apt:
11
update: true
12
-env: GO111MODULE=on GOFLAGS='-mod vendor'
13
go:
14
- "1.12"
15
- "1.13"
16
-# Trigger a push build on master and dependabot branches + PRs build on every branches
17
-# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
18
-branches:
19
- only:
20
- - master
21
- - /^dependabot.*$/
22
before_script:
23
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GOPATH/bin v1.23.8
+ - export PATH="$GOPATH/bin:$PATH"
24
script:
25
- ./scripts/validate-go.sh
26
- ./scripts/test-go.sh
0 commit comments