Skip to content

Commit

Permalink
fixed 1 and add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Jun 25, 2017
1 parent 7256ee5 commit 16911dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go

go:
- 1.7
- tip

before_install:

script:
- go vet ./...
# - $HOME/gopath/bin/goveralls -coverprofile=coverage.cov -service=travis-ci
# - bash <(curl -s https://codecov.io/bash)
- go test -bench=. -benchmem ./...
#- sh ./install_all_cmd.sh

0 comments on commit 16911dd

Please sign in to comment.