vanity-eth/.travis.yml
2018-01-10 20:10:33 +01:00

14 lines
No EOL
179 B
YAML

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