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

14 lines
193 B
YAML

language: node_js
node_js:
- 7
before_script:
- lerna bootstrap
script:
- npm test
after_success:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
- script/cibuild