dapp-bin/.travis.yml

8 lines
102 B
YAML

language: node_js
node_js:
- "8"
before_install:
- npm i -g npm@latest
script:
- npm test