We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece92af commit 11ac1d6Copy full SHA for 11ac1d6
3 files changed
.travis.yml
@@ -6,14 +6,15 @@ cache:
6
notifications:
7
email: false
8
node_js:
9
+ - '12'
10
- '10'
11
- '8'
12
- '6'
13
before_install:
14
- npm i -g npm
15
after_success:
- - npm run coverage
16
- - npm run travis-deploy-once "npm run semantic-release"
+ - test `node --version | cut -c 2` -eq 8 && npm run coverage
17
+ - npx semantic-release
18
branches:
19
except:
20
- /^v\d+\.\d+\.\d+$/
0 commit comments