Skip to content

Commit

Permalink
Different travis test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Dowling committed Dec 14, 2015
1 parent 2caeaab commit d551b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install:
- godep restore

script:
- godep go test $(go list ./... | grep -v /vendor/)
- go test $(go list ./... | grep -v /vendor/)

0 comments on commit d551b6b

Please sign in to comment.