@vigour-io/style
Version:
Vigour variables, assets and styles
20 lines • 362 B
YAML
# .travis.yml
language: node_js
git:
depth: 1
matrix:
include:
- node_js: '6.3'
script:
- npm test
- npm run browserstack
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
notifications:
email: false
deploy:
- provider: npm
email: jim@vigour.io
api_key: ${NPM_TOKEN}
on:
branch: master