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