Browse Source

removed Go languages from CI which doesn't support http.Server.Shutdown func

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
parent
commit
f5a48c5eaa
  1. 6
      travisci.yml

6
travisci.yml

@ -0,0 +1,6 @@
language: go
go:
- 1.9.2
script:
- go test -v ./...
Loading…
Cancel
Save