Skip to content

Commit

Permalink
disable travis temporary.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Feb 26, 2019
1 parent b85dc67 commit 0a767e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ language: go
go:
- 1.8
- 1.9
- 1.10
- 1.11
- tip

install:
- go get -d -t ./...
- go get -u github.com/golang/lint/...
script:
- make test vet lint bench
# - make test vet lint bench
- make lint

0 comments on commit 0a767e9

Please sign in to comment.