From 7c3e86d06c7ae52050a8007a3b2e65d8185dc0e7 Mon Sep 17 00:00:00 2001 From: Stephen Whitworth Date: Sat, 17 May 2014 21:48:42 +0100 Subject: [PATCH] Added travis build command --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index de530bb..e288c4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,5 @@ go: - 1.2 - release - tip +install: + - go get github.com/smartystreets/goconvey/convey \ No newline at end of file