This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +12
-13
lines changed
vehicle-lifecycle-network Expand file tree Collapse file tree 12 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 6 '
3
+ - ' 8 '
4
4
dist : trusty
5
5
before_install : |
6
6
set -ev
7
7
set -o pipefail
8
- npm install -g npm@4
9
8
npm install -g @alrra/travis-scripts
10
9
deploy :
11
10
provider : script
Original file line number Diff line number Diff line change 10
10
ME=` basename " $0 " `
11
11
12
12
# Check that this is the right node.js version.
13
- if [ " ${TRAVIS_NODE_VERSION} " != " " -a " ${TRAVIS_NODE_VERSION} " != " 6 " ]; then
13
+ if [ " ${TRAVIS_NODE_VERSION} " != " " -a " ${TRAVIS_NODE_VERSION} " != " 8 " ]; then
14
14
echo Not executing as not running primary node.js version.
15
15
exit 0
16
16
fi
Original file line number Diff line number Diff line change 39
39
"composer-cli" : " ^0.14.0-0" ,
40
40
"composer-connector-embedded" : " ^0.14.0-0" ,
41
41
"eslint" : " ^3.6.1" ,
42
- "jsdoc" : " ^3.4.1 " ,
42
+ "jsdoc" : " ^3.5.5 " ,
43
43
"license-check" : " ^1.1.5" ,
44
44
"mkdirp" : " ^0.5.1" ,
45
45
"mocha" : " ^3.2.0"
Original file line number Diff line number Diff line change 42
42
"cucumber" : " ^2.2.0" ,
43
43
"eslint" : " ^3.6.1" ,
44
44
"istanbul" : " ^0.4.5" ,
45
- "jsdoc" : " ^3.4.1 " ,
45
+ "jsdoc" : " ^3.5.5 " ,
46
46
"license-check" : " ^1.1.5" ,
47
47
"mkdirp" : " ^0.5.1" ,
48
48
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 40
40
"composer-connector-embedded" : " ^0.14.0-0" ,
41
41
"eslint" : " ^3.6.1" ,
42
42
"istanbul" : " ^0.4.5" ,
43
- "jsdoc" : " ^3.4.1 " ,
43
+ "jsdoc" : " ^3.5.5 " ,
44
44
"license-check" : " ^1.1.5" ,
45
45
"mkdirp" : " ^0.5.1" ,
46
46
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 39
39
"composer-connector-embedded" : " ^0.14.0-0" ,
40
40
"eslint" : " ^3.6.1" ,
41
41
"istanbul" : " ^0.4.5" ,
42
- "jsdoc" : " ^3.4.1 " ,
42
+ "jsdoc" : " ^3.5.5 " ,
43
43
"license-check" : " ^1.1.5" ,
44
44
"mkdirp" : " ^0.5.1" ,
45
45
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 38
38
"composer-connector-embedded" : " ^0.14.0-0" ,
39
39
"eslint" : " ^3.6.1" ,
40
40
"istanbul" : " ^0.4.5" ,
41
- "jsdoc" : " ^3.4.1 " ,
41
+ "jsdoc" : " ^3.5.5 " ,
42
42
"license-check" : " ^1.1.5" ,
43
43
"mkdirp" : " ^0.5.1" ,
44
44
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 39
39
"composer-connector-embedded" : " ^0.14.0-0" ,
40
40
"eslint" : " ^3.6.1" ,
41
41
"istanbul" : " ^0.4.5" ,
42
- "jsdoc" : " ^3.4.1 " ,
42
+ "jsdoc" : " ^3.5.5 " ,
43
43
"license-check" : " ^1.1.5" ,
44
44
"mkdirp" : " ^0.5.1" ,
45
45
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 40
40
"composer-connector-embedded" : " ^0.14.0-0" ,
41
41
"eslint" : " ^3.6.1" ,
42
42
"istanbul" : " ^0.4.5" ,
43
- "jsdoc" : " ^3.4.1 " ,
43
+ "jsdoc" : " ^3.5.5 " ,
44
44
"license-check" : " ^1.1.5" ,
45
45
"mkdirp" : " ^0.5.1" ,
46
46
"mocha" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 39
39
"composer-connector-embedded" : " ^0.14.0-0" ,
40
40
"eslint" : " ^3.6.1" ,
41
41
"istanbul" : " ^0.4.5" ,
42
- "jsdoc" : " ^3.4.1 " ,
42
+ "jsdoc" : " ^3.5.5 " ,
43
43
"license-check" : " ^1.1.5" ,
44
44
"mkdirp" : " ^0.5.1" ,
45
45
"mocha" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments