mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-16 06:34:41 +00:00
Don't run 'npm test'
This commit is contained in:
parent
51d79f3e3b
commit
e3998e30ba
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
before_install:
|
||||
- "npm install jshint"
|
||||
install:
|
||||
- "npm install jshint"
|
||||
script:
|
||||
- "jshint *.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue