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 75cf256 commit 6b7a409Copy full SHA for 6b7a409
.travis.yml
@@ -1,15 +1,7 @@
1
-language: node_js
+version: ~> 1.0
2
notifications:
3
email: false
4
-branches:
5
- except:
6
- - /^v\d+\.\d+\.\d+$/
+import:
+ - source: form8ion/.travis-ci:node.yml
+ - source: traverson/.travis-ci:authenticated-semantic-release.yml
7
before_script: npm ls >/dev/null
8
-deploy:
9
- provider: script
10
- skip_cleanup: true
11
- script: npx semantic-release
12
-env:
13
- global:
14
- - FORCE_COLOR=1
15
- - NPM_CONFIG_COLOR=always
0 commit comments