mirror of
https://github.com/primer/css.git
synced 2024-12-01 20:53:06 +03:00
13 lines
184 B
YAML
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}
|