Skip to content

Commit

Permalink
More faffing for travis / testing
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Jan 20, 2014
1 parent 916c6d1 commit 741f450
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sifty
.env
.DS_Store
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ go:

install:
- go get github.com/stretchr/testify
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/mattn/goveralls

script: go test -v ./...
script:
- go test -covermode=count -coverprofile=cov.out
- export PATH=$PATH:$HOME/gopath/bin/
- goveralls -coverprofile=cov.out KEd1CyoPaES4IYrEln6whRTHwijssIMaT

notifications:
email: false
File renamed without changes.
File renamed without changes.

0 comments on commit 741f450

Please sign in to comment.