mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-23 08:19:27 +00:00
7 lines
109 B
YAML
7 lines
109 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
before_install:
|
|
- "npm install jshint"
|
|
install:
|
|
- "jshint *.js"
|