Skip to content

Commit 4f23ab8

Browse files
authored
Merge pull request #118 from nut-tree/feature/117/config_cleanup
Feature/117/config cleanup
2 parents 958ce75 + 2014a20 commit 4f23ab8

File tree

4 files changed

+1562
-673
lines changed

4 files changed

+1562
-673
lines changed

.build/pre-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -ex
23

34
npm ci
45
patchVersion=$(npm --no-git-tag version patch)

.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)