aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 30f47f6cf..b9eb80a44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,16 @@
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