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 a81aa32 commit 1a4b87dCopy full SHA for 1a4b87d
.travis.yml
@@ -1,17 +1,21 @@
1
language: node_js
2
-cache:
3
- directories:
4
- - node_modules
5
-notifications:
6
- email: false
7
node_js:
+ - lts/*
8
- '8'
9
- '6'
10
- '4'
11
-before_install:
12
- - npm i -g npm@^5.0.0
13
-after_success:
14
- - travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
+notifications:
+ email: false
15
branches:
16
except:
17
- /^v\d+\.\d+\.\d+$/
+jobs:
+ include:
+ - stage: release
+ node_js: lts/*
+ script: skip
+ deploy:
18
+ provider: script
19
+ skip_cleanup: true
20
+ script:
21
+ - npx semantic-release
0 commit comments