From 0dfcc04c47dfcfb59415234805a3d0d04e862ff6 Mon Sep 17 00:00:00 2001 From: nobonobo Date: Wed, 5 Mar 2014 09:00:11 +0900 Subject: [PATCH] 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 .