We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed9a4f commit 76db521Copy full SHA for 76db521
1 file changed
.travis.yml
@@ -13,6 +13,8 @@ before_install:
13
- if [[ `npm -v` != 3* ]]; then npm i -g npm@latest; fi
14
before_script:
15
- npm prune
16
+after_success:
17
+ - npm run semantic-release
18
branches:
19
except:
20
- /^v\d+\.\d+\.\d+$/
0 commit comments