1
0
forked from MTSR/mapserver

jshint in travis

This commit is contained in:
Thomas Rudin 2019-11-26 11:30:34 +01:00
parent bfc10b4989
commit 2120fc36c9

View File

@ -1,6 +1,6 @@
jobs:
include:
- stage: test
- stage: go-test
language: go
sudo: false
go:
@ -12,3 +12,11 @@ jobs:
- env GO111MODULE=on go generate
- env GO111MODULE=on go build
- env GO111MODULE=on go test ./...
- stage: jshint
language: node_js
os:
- linux
script:
- npm i -g jshint
- cd static/js && jshint .