Skip to content

Commit

Permalink
Try adding serverless/deploy command to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaballoch committed Mar 4, 2018
1 parent d5b8b56 commit 99e5f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ install:
- pip install pip-tools
- pip-compile --output-file ~/requirements-dev.txt requirements/requirements-dev.in
- pip install -r ~/requirements-dev.txt
script: pytest test_handler.py
- npm install -g serverless
script:
- pytest test_handler.py
- serverless deploy --stage staging

0 comments on commit 99e5f60

Please sign in to comment.