| commit | 1aa71730f7bfd27c10dc255ab6ffe2e6ae39b665 | [log] [tgz] |
|---|---|---|
| author | Alex Payne <al3x@al3x.net> | Sun Sep 14 11:55:49 2014 -0700 |
| committer | Alex Payne <al3x@al3x.net> | Sun Sep 14 11:55:49 2014 -0700 |
| tree | 2b1fa1b6f9ff2f97f6493c4a6be2b7f125d4d57e | |
| parent | 29eb7b0e468d6dd346fffe832e4233c8f876a99b [diff] |
Include airbrake-go dependency in Travis install step.
diff --git a/.travis.yml b/.travis.yml index 2c5ec79..d5a559f 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -6,3 +6,4 @@ install: - go get github.com/stretchr/testify - go get github.com/stvp/go-udp-testing + - go get github.com/tobi/airbrake-go