1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00
css/modules/primer-labels/.travis.yml
2017-05-11 15:07:16 -04:00

13 lines
184 B
YAML

language: node_js
node_js:
- '7'
deploy:
provider: npm
email: ${NPM_EMAIL}
api_key: ${NPM_API_KEY}
skip_cleanup: true
on:
branch: master
repo: ${TRAVIS_REPO_SLUG}