diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..8a8133cb --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v12.9.1 diff --git a/.travis.yml b/.travis.yml index f941c20f..428d46c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,13 @@ language: node_js -node_js: - - "node" install: - npm install script: - commitlint-travis - npm run build - npm run semantic-release -deploy: +deploy: - provider: script skip_cleanup: true script: bash publish-nightly.sh - on: + on: branch: develop