From 0dfcc04c47dfcfb59415234805a3d0d04e862ff6 Mon Sep 17 00:00:00 2001 From: nobonobo Date: Wed, 5 Mar 2014 09:00:11 +0900 Subject: [PATCH 1/2] travis fix --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 385c280..c34c397 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ language: go go: - 1.1 + - 1.2 - tip install: - - go get github.com/r7kamura/gospel - - make install + - go install . script: - - make test + - go test . From 7f40cedf8d4b39d55bc5f1871c7ab767b161b83b Mon Sep 17 00:00:00 2001 From: nobonobo Date: Wed, 5 Mar 2014 09:03:51 +0900 Subject: [PATCH 2/2] travis fix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c34c397..b68dfcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - tip install: + - go get github.com/r7kamura/gospel - go install . script: