Skip to content

Commit

Permalink
skip tests on tip
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Apr 22, 2016
1 parent 8f9a2e1 commit 258d126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.5.4
- 1.4.3
- 1.5.4
- 1.6.1
- tip

script:
- go test -v ./...
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func ExampleNew_Fprint() {
err := errors.New("whoops")
errors.Fprint(os.Stdout, err)

// Output: github.com/pkg/errors/example_test.go:5: whoops
// Output: github.com/pkg/errors/example_test.go:18: whoops
}

func ExampleWrap() {
Expand Down

0 comments on commit 258d126

Please sign in to comment.