File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - 8
5
4
- 10
5
+ - 12
6
6
7
7
env :
8
8
global :
@@ -13,7 +13,7 @@ matrix:
13
13
fast_finish : true
14
14
include :
15
15
- name : " Lint code and commit message format"
16
- node_js : " 8 "
16
+ node_js : " 10 "
17
17
env : VALIDATE_COMMIT_MSG=true LINT=true
18
18
19
19
before_install :
@@ -47,7 +47,7 @@ script:
47
47
48
48
after_success :
49
49
# run automated release process with semantic-release
50
- - if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "10 " ]]; then
50
+ - if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12 " ]]; then
51
51
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
52
52
semantic-release;
53
53
fi;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version: "{build}"
2
2
3
3
environment :
4
4
matrix :
5
- - nodejs_version : " 8"
6
5
- nodejs_version : " 10"
6
+ - nodejs_version : " 12"
7
7
8
8
matrix :
9
9
fast_finish : true
Original file line number Diff line number Diff line change 475
475
"karma" : " ./bin/karma"
476
476
},
477
477
"engines" : {
478
- "node" : " >= 8 "
478
+ "node" : " >= 10 "
479
479
},
480
480
"version" : " 4.4.1" ,
481
481
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments