language: node_js node_js: - "node" - "4" - "6" - "7" - "8" install: - yarn install script: - yarn test - yarn run build-example cache: yarn: true directories: - node_modules