We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761bd3f commit 398d18fCopy full SHA for 398d18f
.travis.yml
@@ -49,7 +49,7 @@ install:
49
- npm ci
50
- npm install -g codecov
51
- npm install -g eslint
52
- - npm install -g greenkeeper-lockfile@1
+ - npm install -g greenkeeper-lockfile@2
53
- lerna bootstrap
54
55
before_script: greenkeeper-lockfile-update
@@ -62,6 +62,6 @@ jobs:
62
- stage: NPM release
63
if: branch = master
64
node_js: "lts/*"
65
- script:
+ script:
66
- npm run changelog
67
- npm run travis-deploy-once "npm run semantic-release"
0 commit comments