image: node:6.4 before_script: - npm install -g yarn --silence - yarn install test: script: - yarn test