vanity-eth/.travis.yml
2018-01-27 12:36:17 +01:00

15 lines
177 B
YAML

language: node_js
node_js:
- "node"
install: npm i
script:
- npm test
- npm run build
- npm run clean
deploy:
provider: pages
skip-cleanup: true
github-token: $TOKEN