mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
6 lines
81 B
YAML
6 lines
81 B
YAML
language: node_js
|
|
node_js:
|
|
- node # latest stable
|
|
- 6
|
|
script:
|
|
- npm test
|