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:11:48 -07:00

15 lines
232 B
YAML

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