Skip to content

Commit aee87e8

Browse files
committed
Test with -trimpath build flag
1 parent f66500b commit aee87e8

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

.travis.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
language: go
2-
sudo: false
3-
go:
4-
- 1.7.x
5-
- 1.8.x
6-
- 1.9.x
7-
- 1.10.x
8-
- 1.11.x
9-
- tip
10-
11-
before_install:
12-
- go get github.com/mattn/goveralls
13-
14-
script:
15-
- goveralls -service=travis-ci
1+
language: go
2+
sudo: false
3+
go:
4+
- 1.13.x
5+
- 1.14.x
6+
- 1.15.x
7+
- tip
8+
9+
env:
10+
jobs:
11+
- GOFLAGS: ""
12+
- GOFLAGS: "-trimpath"
13+
14+
before_install:
15+
- go get github.com/mattn/goveralls
16+
17+
script:
18+
- goveralls -service=travis-ci

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module github.com/go-stack/stack
2+
3+
go 1.13

0 commit comments

Comments
 (0)