| commit | 30b878d5b25cad68cfebeea4d66b74ad29f325ba | [log] [tgz] |
|---|---|---|
| author | Matt Farina <matt@mattfarina.com> | Thu Jan 21 11:45:20 2016 -0500 |
| committer | Matt Farina <matt@mattfarina.com> | Thu Jan 21 11:45:20 2016 -0500 |
| tree | 043f96e6122a5ccb864ffb144c839655d46984a6 | |
| parent | da5599dd5fb1b36f6db56ca1f7caf06104d9fa82 [diff] |
Updating the travis config for the removal of cmd
diff --git a/.travis.yml b/.travis.yml index 3d5193d..0a42c0e 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -17,7 +17,7 @@ # in the vendor directory. We don't need to test all dependent packages. # Only testing this project. script: - - GO15VENDOREXPERIMENT=1 go test -v . ./cmd ./gb ./util ./cfg + - GO15VENDOREXPERIMENT=1 make test notifications: irc: "irc.freenode.net#masterminds"