From 1ad8782f7254f0aefcb28e88c359747def7c9dd9 Mon Sep 17 00:00:00 2001 From: "Schmitt, Max" Date: Tue, 7 Nov 2017 16:51:58 +0100 Subject: [PATCH] fixed travis build --- .gitignore | 3 ++- .travis.yml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a2559b..75f88ee 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ debug *db.lock static/bower_components config.json -static.go \ No newline at end of file +static.go +handlers/tmpls/tmpls.go \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 15dc969..aa97ba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,7 @@ go: before_install: - go get github.com/mattn/goveralls script: + - go get github.com/mjibson/esc + - go generate ./... - go test -v ./... - goveralls -service=travis-ci \ No newline at end of file