Permalink
Cannot retrieve contributors at this time
# https://docs.travis-ci.com/user/reference/overview/#linux | |
# https://wiki.ubuntu.com/Releases | |
dist: xenial | |
language: node_js | |
git: | |
depth: 3 | |
cache: npm | |
install: make install | |
script: make build | |
deploy: | |
on: | |
branch: master | |
provider: script | |
script: make deploy | |
skip_cleanup: true |