We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07352d8 commit ae5e21bCopy full SHA for ae5e21b
.travis.yml
@@ -5,6 +5,7 @@ notifications:
5
node_js:
6
- 8
7
- 10
8
+ - 12
9
matrix:
10
fast_finish: true
11
script: npm run travis
@@ -16,6 +17,6 @@ branches:
16
17
jobs:
18
include:
19
- stage: release
- node_js: 10
20
+ node_js: 12
21
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
22
if: (branch = master) AND ( type = push )
0 commit comments