Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Sklar committed Jun 19, 2018
1 parent f1ba22a commit 20c7f85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,5 +17,6 @@ install:
- "pip install sendgrid"
- "pip install django==$DJANGO_VERSION"
script:
- nosetests -c nose.cfg
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then nosetests -c nose.cfg -I test_post_to_sendgrid; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then nosetests -c nose.cfg; fi'
- flake8 sendgrid_backend/

0 comments on commit 20c7f85

Please sign in to comment.