From 1aa71730f7bfd27c10dc255ab6ffe2e6ae39b665 Mon Sep 17 00:00:00 2001 From: Alex Payne Date: Sun, 14 Sep 2014 11:55:49 -0700 Subject: [PATCH] Include airbrake-go dependency in Travis install step. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2c5ec79..d5a559f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ go: install: - go get github.com/stretchr/testify - go get github.com/stvp/go-udp-testing + - go get github.com/tobi/airbrake-go