| commit | 0e6a27180fbe01789fd181452d949952ec327e86 | [log] [tgz] |
|---|---|---|
| author | Roberto Bampi <bampi.roberto@gmail.com> | Sun Nov 02 19:39:51 2014 +0100 |
| committer | Roberto Bampi <bampi.roberto@gmail.com> | Sun Nov 02 19:39:51 2014 +0100 |
| tree | 695fb3bfe49db035e6e0e39c5b981bfdb58d43f8 | |
| parent | 4e014d4268d34b3c861a227e6ad966512ac47883 [diff] |
added raven-go to .travis.yml
diff --git a/.travis.yml b/.travis.yml index d5a559f..c3af3ce 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -7,3 +7,4 @@ - go get github.com/stretchr/testify - go get github.com/stvp/go-udp-testing - go get github.com/tobi/airbrake-go + - go get github.com/getsentry/raven-go