language: - node_js before_script: - npm install --g yarn - yarn install script: - yarn build - yarn test node_js: - "7"