Skip to content

Commit

Permalink
fix: fix npm publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nurrony committed Dec 29, 2018
1 parent b8ef07e commit ab69082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ notifications:
node_js:
- '8'
before_install: npm install --global greenkeeper-lockfile@1
before_script: npm run build && greenkeeper-lockfile-update
before_script:
- greenkeeper-lockfile-update
- npm run build
after_script:
- git diff --color | cat
- greenkeeper-lockfile-upload
Expand Down

0 comments on commit ab69082

Please sign in to comment.