Browse Source

fixed travis build

dependabot/npm_and_yarn/web/prismjs-1.21.0
Schmitt, Max 8 years ago
parent
commit
1ad8782f72
  1. 1
      .gitignore
  2. 2
      .travis.yml

1
.gitignore

@ -18,3 +18,4 @@ debug
static/bower_components
config.json
static.go
handlers/tmpls/tmpls.go

2
.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
Loading…
Cancel
Save