dist: trusty sudo: false language: node_js node_js: - "8" install: - npm install # - npm install -g truffle # - npm install -g truffle-expect # - npm install -g truffle-config # - npm install -g ethereumjs-testrpc # - npm install -g web3 script: - npm run compile - npm run test cache: directories: - node_modules