language: node_js # Node version node_js: - '10.6.0' # Echoue dès qu'une erreur intervient matrix: fast_finish: true # Before executing test install: - yarn install # Run test command script: yarn test