File tree 4 files changed +4425
-7352
lines changed
4 files changed +4425
-7352
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,18 @@ language: node_js
3
3
sudo : false
4
4
5
5
node_js :
6
- - 10
7
6
- 12
8
-
9
- # before_install:
10
- # - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
7
+ - 14
11
8
12
9
script :
10
+ - npm --version
13
11
- npm run build
14
12
- npm run test-unit-travis || travis_terminate 1
15
- - npm run test-integration-travis || travis_terminate 1
13
+ - npm run lint
16
14
- npm run check-packages
17
- # - sh scripts/typedoc/generate_typedoc.sh currently in progress
18
15
19
16
after_success :
20
17
- npm run report-coverage
21
- # - scripts/jsdoc/publish.sh - currently in progress
22
18
23
19
deploy :
24
20
- provider : script
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Service Name | Import Path
41
41
42
42
## Prerequisites
43
43
* You need an [ IBM Cloud] [ ibm-cloud-onboarding ] account.
44
- * ** Node.js >=10 ** : This SDK is tested with Node.js versions 10 and up. It may work on previous versions but this is not officially supported.
44
+ * ** Node.js >=12 ** : This SDK is tested with Node.js versions 12 and up. It may work on previous versions but this is not officially supported.
45
45
46
46
[ ibm-cloud-onboarding ] : http://cloud.ibm.com/registration
47
47
You can’t perform that action at this time.
0 commit comments