good morning!!!!

Skip to content
Snippets Groups Projects
Commit bc5d924b authored by Taylor Gerring's avatar Taylor Gerring
Browse files

more travis changes

parent 9481f86c
Branches
Tags
No related merge requests found
before_install: sudo apt-get install libgmp3-dev
install:
- go get
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet
language: go
go:
- 1.3
after_script:
before_script:
# - gofmt -l -w .
# - goimports -l -w .
# - golint .
# - go vet ./...
# - go test -race ./...
- ./gocoverage.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment