Skip to content

Commit 04d7200

Browse files
committed
(#117) Clean Travis config
1 parent a08fd91 commit 04d7200

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ language: node_js
1313

1414
node_js:
1515
- lts/dubnium
16-
- lts/erbium
1716
- 11
18-
- 12.13.0
17+
- lts/erbium
1918

2019
addons:
2120
sonarcloud:
@@ -26,9 +25,8 @@ addons:
2625
services:
2726
- docker
2827

29-
before_install:
28+
install:
3029
- "bash ./.build/setup_${TRAVIS_OS_NAME}.sh"
31-
install: true
3230
script:
3331
- "bash ./.build/run_${TRAVIS_OS_NAME}.sh"
3432

@@ -40,9 +38,6 @@ stages:
4038

4139
jobs:
4240
exclude:
43-
- stage: test
44-
node_js: 12.13.0
45-
os: linux
4641
- stage: test
4742
node_js: lts/erbium
4843
os: linux

0 commit comments

Comments
 (0)