sudo: false language: node_js node_js: - "5" - "6" cache: yarn: true directories: - node_modules script: - yarn lint - yarn test - yarn build after_success: - yarn codecov