mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
12 lines
227 B
YAML
12 lines
227 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
addons:
|
|
code_climate:
|
|
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
|
|
script:
|
|
- npm run lint
|
|
- npm run test
|
|
- npm run testdapp
|