Lint with eslint

Requires at least node v8.x
This commit is contained in:
Arlo Breault 2019-07-07 15:31:09 +02:00
parent c12fcbeb85
commit ebeb45c8d6
3 changed files with 13 additions and 2 deletions

View file

@ -16,7 +16,7 @@ go:
- 1.10.x
env:
- TRAVIS_NODE_VERSION="6" CC="gcc-5" CXX="g++-5"
- TRAVIS_NODE_VERSION="8" CC="gcc-5" CXX="g++-5"
before_install:
- nvm install $TRAVIS_NODE_VERSION
@ -39,4 +39,5 @@ script:
- go vet ./...
- go test -v -race ./...
- cd proxy
- npm run lint
- npm test