mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Lint with eslint
Requires at least node v8.x
This commit is contained in:
parent
c12fcbeb85
commit
ebeb45c8d6
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue