language: node_js node_js: - "6" cache: yarn: true install: - yarn install script: - yarn test notifications: email: on_success: never on_failure: always