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

17 lines
319 B
YAML
Raw Normal View History

2016-05-25 21:56:43 +03:00
language: node_js
node_js:
2017-07-08 02:12:17 +03:00
- 7
2017-07-13 23:57:57 +03:00
before_script:
2017-07-14 00:09:04 +03:00
- echo "TRAVIS_COMMIT: ${TRAVIS_COMMIT}"
- echo "TRAVIS_PULL_REQUEST_SHA: ${TRAVIS_PULL_REQUEST_SHA}"
- exit 1
2017-07-13 02:21:30 +03:00
- lerna bootstrap
2017-07-11 01:31:41 +03:00
script:
2017-07-13 02:21:30 +03:00
- npm test
2017-07-08 02:12:17 +03:00
after_success:
- npm config set "//registry.npmjs.org/:_authToken=\${NPM_API_KEY}"
2017-07-13 02:21:30 +03:00
- script/cibuild --yes