Skip to content

Commit

Permalink
Add use_async to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Nov 6, 2020
1 parent 9c6c02b commit a68a610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ matrix:
- name: Basic Docker
script: sh tests/test_docker.sh
- name: Extended Docker
script: sh tests/test_docker.sh use_celery=y use_drf=y js_task_runner=Gulp
script: sh tests/test_docker.sh use_celery=y use_drf=y use_async=y js_task_runner=Gulp
- name: Bare metal
script: sh tests/test_bare.sh use_celery=y use_compressor=y
script: sh tests/test_bare.sh use_celery=y use_compressor=y use_async=y
services:
- postgresql
- redis-server
Expand Down

0 comments on commit a68a610

Please sign in to comment.