Skip to content

Commit

Permalink
Pin testing on go 1.4.2
Browse files Browse the repository at this point in the history
since 1.4.3 is lacking `vet`
  • Loading branch information
meatballhat committed Jul 23, 2016
1 parent 71a9992 commit 76fb6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
go:
- 1.2.x
- 1.3.x
- 1.4.x
- 1.4.2
- 1.5.x
- 1.6.x
- master
Expand All @@ -23,7 +23,7 @@ matrix:

before_script:
- go get github.com/urfave/gfmrun/...
- go get golang.org/x/tools/cmd/goimports || true
- go get golang.org/x/tools/... || true
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
npm install markdown-toc ;
fi
Expand Down

0 comments on commit 76fb6d2

Please sign in to comment.