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 ce4e0d4 commit e4563d4Copy full SHA for e4563d4
.travis.yml
@@ -19,12 +19,11 @@ before_script:
19
after_success:
20
- npm install coveralls@^2.11.9 && cat ./coverage/lcov.info | coveralls
21
22
-before_deploy:
+after_script:
23
- npm install
24
- npm run build
25
+ - npm run semantic-release
26
-deploy:
27
- provider: script
28
- script: npm run semantic-release
29
- on:
30
- branch: master
+branches:
+ except:
+ - /^v\d+\.\d+\.\d+$/
0 commit comments