Commit Graph

14 Commits

Author SHA1 Message Date
J.C. Jones 821d3c6bdd Issue #171: Attempt to catch the build failure with Travis 2015-05-11 13:11:16 -07:00
Jacob Hoffman-Andrews c7c5617b6c Remove unnecessary go get. 2015-03-25 18:55:49 -07:00
Jacob Hoffman-Andrews ddc0d7dcf5 Vendorize all dependencies with `nut`.
Nut, https://github.com/jingweno/nut, is a tool to manage Go dependencies and
versioning by vendorizing them, i.e. including them in your own repo.

This makes version management easier, as well as authenticating the contents of
this repository.

Also inthis change: Factor out the testing commands from .travis.yml to make it
easier to run them by hand. Add Vim swap files to .gitignore.
2015-03-25 15:11:40 -07:00
Richard Barnes 24bafe98c6 Fixing issues from jsha review 2015-03-13 12:31:41 -07:00
J.C. Jones 9d9ad5f1ab Fix a 'vet' issue, and more travis cleaning
It'd be nice if I could simulate a travis build locally first...
2015-03-11 08:37:33 -06:00
J.C. Jones a3f843bf97 Update coverage commands for Travis. 2015-03-11 08:18:45 -06:00
J.C. Jones a28a0e729c Stop building against golang-tip (for now). 2015-02-19 11:58:29 -07:00
J.C. Jones aca80d476b Add coverage figures.
- Added Gover to the list so that we can use subpackages (like analysisengine)
2015-02-19 11:42:28 -07:00
Jeff Hodges ff7fb2b20e indent travis file 2015-01-28 18:10:25 -08:00
Jeff Hodges a6276eda4e newline, again 2015-01-28 16:38:25 -08:00
Jeff Hodges 4e84b0c765 add go vet, go lint, and covermode
There are failures found with these tools that is not found by travis
without them (including the "package bouler" typo in #10).
2015-01-28 16:20:50 -08:00
Jeff Hodges af10672a88 add newline to .travis.yml 2015-01-28 15:17:04 -08:00
Jeff Hodges b073c375e9 remove unneeded install info 2015-01-28 14:57:14 -08:00
Jeff Hodges 4ba0095546 really add travis YAML file 2015-01-28 14:42:22 -08:00