Skip to content

Commit

Permalink
Merge pull request #12 from tomkp/surge-deployment-fix
Browse files Browse the repository at this point in the history
Update deploying to surge process
  • Loading branch information
tomkp committed Jan 4, 2019
2 parents 4e51656 + caae07c commit 1ef677f
Show file tree
Hide file tree
Showing 3 changed files with 2,770 additions and 2,238 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ node_js:
- "stable"
after_script:
- npm run test:coverage
- npm run demo:publish
- npm run demo
deploy:
provider: surge
project: ./demo/
domain: react-calendar-pane.surge.sh
Loading

0 comments on commit 1ef677f

Please sign in to comment.