1
1
mirror of https://github.com/primer/css.git synced 2024-11-27 17:52:45 +03:00
css/.travis.yml
2017-07-13 14:11:54 -07:00

19 lines
308 B
YAML

language: node_js
node_js:
- 7
before_install:
- echo "commit: $TRAVIS_COMMIT"
- echo "pr SHA: $TRAVIS_PULL_REQUEST_SHA"
- exit 1
before_script:
- lerna bootstrap
script:
- npm test
after_success:
- npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
- script/cibuild --yes