superfly-css-component-button
Version:
16 lines (15 loc) • 321 B
YAML
language: node_js
sudo: false
node_js:
- "stable"
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
before_deploy:
- gulp deploy:test:css
- gulp deploy:test:html
- sed -i '/target/d' .gitignore
- sed -i '/deploy/d' .gitignore