Skip to content

Commit

Permalink
fix(builds): node version now pulls from .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ashblue committed Mar 24, 2021
1 parent 8c393c0 commit bf5c108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v12.9.1
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bf5c108

Please sign in to comment.