Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cweill committed Apr 7, 2019
1 parent 08e6c48 commit b3f8bb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
sudo: required
language: go
go:
# - 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
before_install:
# - sudo apt-get install go-dep
- go get github.com/mattn/goveralls
# - dep ensure --add github.com/mjibson/esc@v0.1.0
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test ./...
Expand Down

0 comments on commit b3f8bb1

Please sign in to comment.