Skip to content

Commit

Permalink
Add iframe files to example deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 16, 2018
1 parent 38df581 commit edfb7a6
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 @@ -8,7 +8,7 @@ node_js:
before_deploy:
- cd example && npm install && cd ..
- mkdir _deploy
- cp example/bundle.js example/index.html _deploy
- cp example/bundle.js example/index.html example/frame-bundle.js example/frame.html _deploy
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit edfb7a6

Please sign in to comment.