mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
git-subtree-dir: cmd/mist/assets/ext/ethereum.js git-subtree-mainline:f80fe97763git-subtree-split:63d9c070ef
13 lines
187 B
YAML
13 lines
187 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
before_script:
|
|
- npm install
|
|
- npm install jshint
|
|
script:
|
|
- "jshint *.js lib"
|
|
after_script:
|
|
- npm run-script build
|
|
- npm test
|
|
|