From 6c67d731c12405fecf0e044f29cdd4e5557ff19f Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Mon, 3 Aug 2015 23:06:32 +0100 Subject: [PATCH] Fixing build errors --- .travis.yml | 8 ++++---- web.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8864edb..199d525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,10 @@ cache: directories: - $HOME/opus - $HOME/bin - - $HOME/gopath/bin - - $HOME/gopath/pkg - - $HOME/gopath/src/github.com/nitrous-io - - $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor + - $GOPATH/bin + - $GOPATH/pkg + - $GOPATH/src/github.com/nitrous-io + - $GOPATH/src/github.com/MichaelOultram/mumbledj/.vendor before_script: - export PATH=$PATH:~/bin/ diff --git a/web.go b/web.go index b59ff7f..1fb2c40 100644 --- a/web.go +++ b/web.go @@ -1,7 +1,7 @@ package main import ( - "encoding/json" + //"encoding/json" "fmt" "html" "html/template"