Browse Source

Hotfix for #34

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
committed by GitHub
parent
commit
0311c30911
  1. 2
      .travis.yml

2
.travis.yml

@ -11,7 +11,7 @@ install:
- npm install
script:
- make
- goveralls -service=travis-ci -repotoken=$COVERALLS_TOKEN -ignore="handlers/static.go,handlers/tmpls/tmpls.go"
- goveralls -service=travis-ci -ignore="handlers/static.go,handlers/tmpls/tmpls.go"
deploy:
provider: bintray
user: maxibanki

Loading…
Cancel
Save