From 60292a624b865a49ccc9dd64ca2b297d5d71606e Mon Sep 17 00:00:00 2001 From: bakape Date: Sun, 7 May 2017 01:45:59 +0300 Subject: [PATCH 1/3] Fix missing search bar --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3d2950d2..9c18bcab 100755 --- a/templates/index.html +++ b/templates/index.html @@ -50,8 +50,8 @@ From 72bb97e20d125760d04948fb1291d952a9f4ad0d Mon Sep 17 00:00:00 2001 From: Anthony D'Alessandro Date: Sat, 6 May 2017 18:53:48 -0400 Subject: [PATCH 2/3] update travis file to generate --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6648ea7e..7e714bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - go get golang.org/x/crypto/bcrypt - go get github.com/nicksnyder/go-i18n/i18n - go get github.com/valyala/quicktemplate +- go generate ./... - go build deploy: provider: releases From cae4cc63498dadc40793d69fc439479548aa48d7 Mon Sep 17 00:00:00 2001 From: keo Date: Sun, 7 May 2017 01:57:56 +0300 Subject: [PATCH 3/3] will this work? --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7e714bf0..2aea14d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - go get golang.org/x/crypto/bcrypt - go get github.com/nicksnyder/go-i18n/i18n - go get github.com/valyala/quicktemplate +- go get github.com/valyala/quicktemplate/qtc - go generate ./... - go build deploy: