Skip to content

Commit

Permalink
👷 Fix wrong bundle filename in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Mar 16, 2018
1 parent e5bea86 commit 712d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script: yarn build
after_script: greenkeeper-lockfile-upload

before_deploy:
- zip -rv compiled-source.zip dist/*
- zip -rv bundle.zip dist/*

deploy:
- provider: npm
Expand Down

0 comments on commit 712d779

Please sign in to comment.