diff options
author | adityacp | 2020-04-20 17:53:57 +0530 |
---|---|---|
committer | adityacp | 2020-04-20 17:53:57 +0530 |
commit | 52533db57fa0145d2a76e41bd24f2580218078b9 (patch) | |
tree | 9fd0273fdfc34e0a46466bae0e770515b32b8efb /.travis.yml | |
parent | dde62c0da11af928ac1c5ff078c52db739aa090b (diff) | |
download | online_test-52533db57fa0145d2a76e41bd24f2580218078b9.tar.gz online_test-52533db57fa0145d2a76e41bd24f2580218078b9.tar.bz2 online_test-52533db57fa0145d2a76e41bd24f2580218078b9.zip |
Add redis-server in the travis for celery
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 892898e..6e58e1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: services: - xvfb + - redis-server before_install: - sudo apt-get update -qq |