From 026f5fe3f3d9e5455d087010545ece5da88bbcd3 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Sun, 2 Mar 2014 11:24:35 +0530 Subject: [PATCH] ci: build the samples after running tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f6e4872..11918dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,7 @@ language: go go: - 1.2 - tip + +script: + - go test ./... + - make -C ./samples/