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

14 lines
168 B
YAML

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