Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
.travis.yml: add 1.8.x builds to travis (#691)
Browse files Browse the repository at this point in the history
* .travis.yml: add 1.8.x builds to travis

* roll back late go1.8 change to nogoerror
  • Loading branch information
davecheney authored Feb 21, 2017
1 parent 137520c commit e4c5207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- tip

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion build18_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package gb
import "go/build"

func nogoerr(dir string) error {
return &build.NoGoError{Dir: dir, Ignored: true}
return &build.NoGoError{Dir: dir}
}

0 comments on commit e4c5207

Please sign in to comment.