1
1
mirror of https://github.com/primer/css.git synced 2024-11-24 13:15:00 +03:00
css/.travis.yml
2017-07-12 16:21:30 -07:00

15 lines
217 B
YAML

language: node_js
node_js:
- 7
before_script:
- npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
- npm whoami
- lerna bootstrap
script:
- npm test
after_success:
- script/cibuild --yes