We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c393c0 commit bf5c108Copy full SHA for bf5c108
.nvmrc
@@ -0,0 +1 @@
1
+v12.9.1
.travis.yml
@@ -1,15 +1,13 @@
language: node_js
2
-node_js:
3
- - "node"
4
install:
5
- npm install
6
script:
7
- commitlint-travis
8
- npm run build
9
- npm run semantic-release
10
-deploy:
+deploy:
11
- provider: script
12
skip_cleanup: true
13
script: bash publish-nightly.sh
14
- on:
+ on:
15
branch: develop
0 commit comments