aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 44179430d67dabffcd8bfe006502ef77ff1af34d (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                



                                                   

            
       
             




                         
                   
       

                      
before_install: sudo apt-get install libgmp3-dev
install:
  - 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:
  # - gofmt -l -w .
  # - goimports -l -w .
  # - golint .
  # - go vet ./...
  # - go test -race ./...
  - ./gocoverage.sh
script:
  - chmod +x travis.sh
  - ./travis.sh