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.
2 parents 958ce75 + 2014a20 commit 4f23ab8Copy full SHA for 4f23ab8
.build/pre-release.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+set -ex
3
4
npm ci
5
patchVersion=$(npm --no-git-tag version patch)
.travis.yml
@@ -13,9 +13,8 @@ language: node_js
13
14
node_js:
15
- lts/dubnium
16
- - lts/erbium
17
- 11
18
- - 12.13.0
+ - lts/erbium
19
20
addons:
21
sonarcloud:
@@ -26,9 +25,8 @@ addons:
26
25
services:
27
- docker
28
29
-before_install:
+install:
30
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"
31
-install: true
32
script:
33
- "bash ./.build/run_${TRAVIS_OS_NAME}.sh"
34
@@ -40,9 +38,6 @@ stages:
40
38
41
39
jobs:
42
exclude:
43
- - stage: test
44
- node_js: 12.13.0
45
- os: linux
46
- stage: test
47
node_js: lts/erbium
48
os: linux
0 commit comments