1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
css/.travis.yml
2017-07-11 13:23:48 -07:00

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