Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Levine <[email protected]>
  • Loading branch information
sclevine committed Dec 13, 2019
1 parent 98b8292 commit 1a33362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go
go:
- 1.11.x
- 1.12.x
go_import_path: github.com/sclevine/spec
- 1.13.x
script:
- env GO111MODULE=on go test ./...
- test -z $(go fmt ./...)
- go vet ./...
- go test -v ./...
2 changes: 1 addition & 1 deletion spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ type specHooks struct {

type specHook struct {
before, after []func()
next *specHook
next *specHook
}

func newHooks() specHooks {
Expand Down

0 comments on commit 1a33362

Please sign in to comment.