mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
14 lines
201 B
YAML
14 lines
201 B
YAML
language: node_js
|
|
node_js:
|
|
- 7
|
|
|
|
before_script:
|
|
- lerna bootstrap
|
|
|
|
script:
|
|
- npm test
|
|
|
|
after_success:
|
|
- echo "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}" > .npmrc
|
|
- script/cibuild --yes
|