commit | 5250ddb60dc5282832ce9905dcd155716974f94b | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 16:17:19 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 16:17:19 2014 -0400 |
tree | b77f1f3ec262533ce45e7755153588e89c0154ae | |
parent | 86910c7c0397c73c2944c3eacab2ccbeff9820bb [diff] |
Tag the "go get" command too, maybe?
diff --git a/.travis.yml b/.travis.yml index 74885fe..cf4f8ca 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,6 +1,6 @@ language: go install: - - go get -v ./... + - go get -v -tags 'fixtures acceptance' ./... go: - 1.1 - 1.2