Browse Source

Fixed incorrect usage of filepath.Match #34

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

2
.travis.yml

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

Loading…
Cancel
Save