Skip to content

Commit fe9cbbf

Browse files
committed
[INTERNAL] Prepare Greenkeeper installation
1 parent 434b675 commit fe9cbbf

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

.travis.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
language: node_js # don't install any environment
22

33
node_js:
4-
- "8"
5-
- "10"
4+
- '8'
5+
- '10'
66

7-
after_script: npm run report-coveralls
7+
before_install: npm install -g greenkeeper-lockfile
8+
install: if [[ "$TRAVIS_BRANCH" =~ ^greenkeeper.*$ ]] || [[ `npm -v` == 5* ]]; then
9+
echo "npm install" && npm install; else echo "npm ci" && npm ci; fi
10+
11+
before_script: greenkeeper-lockfile-update
12+
after_script:
13+
- npm run report-coveralls
14+
- greenkeeper-lockfile-upload
15+
16+
env:
17+
global:
18+
secure: TEh4m3aWTEhmBcI+4WG1sR/MmXIPI17vObXkBEMsuA7lq6I8qQS8i3OMfm9ZVzS5EWAE6skhX98or5ncGTb2BlDY2TWHVvCDVzk0kcn9OGKMoUMsUdPCNXXAEfyF9A2pGw9CnFf4ciXGf1cjiduXGb9ym9ExN1+3Ubdk3dKi2Eas+qTLLnvwY+xilE1RTlAMcXScOzVOATaSbr5N1ZynDH/r/xpwAVRh5VtBtBvmthHJTieKF/t91SqXR3RcLRpbMbFRR5vOibkj9kX+RFcGXy4MpLaTvWSE7h6JJV4VEx8ymMWYsfoZhElr0+jjocw54q9FqwwasQiLmvrEj5YUZo7aQMC1t9GcLdUV8pfHFPwjQbtNxld62EizMqLpx92rHK2aNQZfWEc9wh9uk+MIu8D75Pla6T9YMKiR2nEbC3DUCWTcMWqZT7wNC8jbdPpTAT+zy7oovGgkM5kU/MLV3qdR1E+PCVdMnWt3ZLFNV21EwRVDBNUGCMy8KcKoMLFvP5hcgSgacBK9MfiKU0AGYf6RszhoLh1THYFI9ZY4jyWAcpr/OGHuNUdRuQHrnsravsQT9JfxJf5CaXwbn0jIA1PyPPoGLMXXsa2sMkFcA1HF5yOC1RsnT6NqfzHKZMNVwidj77H0V7XKxh+5oF76fafmseWiehNGIMMm0sppU9A=

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@
8282
"cache": true,
8383
"all": true
8484
},
85+
"greenkeeper": {
86+
"commitMessages": {
87+
"initialBadge": "[INTERNAL] Greenkeeper: Add badge",
88+
"initialDependencies": "[INTERNAL] Greenkeeper: Update dependencies",
89+
"initialBranches": "[INTERNAL] Greenkeeper: Whitelist greenkeeper branches",
90+
"dependencyUpdate": "[INTERNAL] Greenkeeper: Update ${dependency} to version ${version}",
91+
"devDependencyUpdate": "[INTERNAL] Greenkeeper: Update ${dependency} (dev-dependency) to version ${version}",
92+
"dependencyPin": "[FIX] Greenkeeper: Pin ${dependency} to ${oldVersion}",
93+
"devDependencyPin": "[FIX] Greenkeeper: Pin ${dependency} to ${oldVersion}"
94+
}
95+
},
8596
"repository": {
8697
"type": "git",
8798
"url": "[email protected]:SAP/ui5-builder.git"

0 commit comments

Comments
 (0)