Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Jun 29, 2016
1 parent 2cd302a commit a2614a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ go:
- 1.6
- tip

script: go test -v -cover -race
script:
- go get -v github.com/smartystreets/goconvey
- go test -v -cover -race

notifications:
email:
Expand Down

0 comments on commit a2614a5

Please sign in to comment.