Skip to content

Commit

Permalink
#240 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
duker33 committed Feb 13, 2019
1 parent befba00 commit 5fad625
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 @@ -22,7 +22,7 @@ before_install:
jobs:
include:
- stage: "Tests"
script: cd docker/ && docker-compose run --rm app
script: cd docker/ && docker-compose run --rm app python manage.py test
- stage: "Lints"
script: cd docker/ && docker-compose run --rm pdd

Expand Down

0 comments on commit 5fad625

Please sign in to comment.