We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00c755 commit 695756aCopy full SHA for 695756a
.travis.yml
@@ -1,4 +1,9 @@
1
-language: node_js
+version: ~> 1.0
2
+
3
+import:
4
+ - form8ion/.travis-ci:node.yml
5
+ - traverson/.travis-ci:authenticated-semantic-release-stage.yml
6
7
node_js:
8
- '10.6.0'
9
- '4'
@@ -8,24 +13,3 @@ node_js:
13
- '8'
14
- '9'
10
15
11
-sudo: false
12
-
-branches:
- except:
- - "/^v\\d+\\.\\d+\\.\\d+$/"
16
17
-jobs:
18
- include:
19
- - stage: release
20
- node_js: 10
21
- script: skip
22
- before_deploy: npm install semantic-release @traverson/semantic-release-config --no-save
23
- deploy:
24
- provider: script
25
- skip_cleanup: true
26
- script: npx semantic-release
27
28
-env:
29
- global:
30
- - FORCE_COLOR=1
31
- - NPM_CONFIG_COLOR=always
0 commit comments