Skip to content

Commit

Permalink
Lots of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogs committed May 18, 2020
1 parent ce96431 commit 9ade095
Show file tree
Hide file tree
Showing 31 changed files with 14,338 additions and 9,123 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ install:
- npm install serverless --g
- chmod +x ./scripts/deploy_travis.sh
- chmod +x ./scripts/invalidate-cloudfront-cache.js
- chmod +x ./scripts/after_deploy.js

script:
- npm run deploy:travis

after_success:
- ./scripts/after_deploy.js

branches:
only:
- master
Expand Down
Loading

0 comments on commit 9ade095

Please sign in to comment.