UNPKG

efx-api-node

Version:

<img src="https://avatars3.githubusercontent.com/u/33315316?s=200&v=4" align="right" />

20 lines (14 loc) 216 B
language: node_js node_js: - "8" sudo: false install: - npm install - npm install -g ganache-cli before_script: - ganache-cli > ganache-cli.log & - sleep 5 script: - npm run test cache: yarn: true