language: node_js node_js: - "8" install: - yarn script: - yarn run lint - yarn run test - yarn run build:lib after_success: - yarn run coveralls deploy: provider: script skip_cleanup: true script: ./travis-deploy.sh on: tags: true