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 a08fd91 commit 04d7200Copy full SHA for 04d7200
.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