Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 258d126

Browse files
committed
skip tests on tip
1 parent 8f9a2e1 commit 258d126

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: go
22
go_import_path: github.com/pkg/errors
33
go:
4-
- 1.5.4
54
- 1.4.3
5+
- 1.5.4
66
- 1.6.1
7-
- tip
87

98
script:
109
- go test -v ./...

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func ExampleNew_Fprint() {
1818
err := errors.New("whoops")
1919
errors.Fprint(os.Stdout, err)
2020

21-
// Output: github.com/pkg/errors/example_test.go:5: whoops
21+
// Output: github.com/pkg/errors/example_test.go:18: whoops
2222
}
2323

2424
func ExampleWrap() {

0 commit comments

Comments
 (0)