language: node_js node_js: 8 jobs: include: - stage: lint script: - yarn run lint - yarn run jsdoc - stage: test script: - yarn run test - yarn run test:mutate - yarn run codecov - stage: build script: - yarn run build