mirror of
https://github.com/primer/css.git
synced 2024-11-24 13:15:00 +03:00
14 lines
196 B
YAML
14 lines
196 B
YAML
language: node_js
|
|
node_js:
|
|
- 7
|
|
|
|
install:
|
|
- npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
|
|
- lerna bootstrap
|
|
|
|
script:
|
|
- npm test
|
|
|
|
after_success:
|
|
- script/cibuild --yes
|