1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/.travis.yml
2017-07-13 14:55:15 -07:00

14 lines
202 B
YAML

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