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 - npm install
script: script:
- make - make
- goveralls -service=travis-ci -ignore="handlers/static.go,handlers/tmpls/tmpls.go" - goveralls -service=travis-ci -ignore="static.go,tmpls.go"
deploy: deploy:
provider: bintray provider: bintray
user: maxibanki user: maxibanki

Loading…
Cancel
Save