diff options
author | adityacp | 2020-11-07 12:21:57 +0530 |
---|---|---|
committer | adityacp | 2020-11-07 12:21:57 +0530 |
commit | aa54b0d8ff3def794a0375fedbf8967a1e268a6c (patch) | |
tree | ba7d2699dc6c679a2fe75423073156d0c2cfdbfb /.travis.yml | |
parent | 7419b67b1928f30824a332d36afcdfddebaf2479 (diff) | |
download | online_test-aa54b0d8ff3def794a0375fedbf8967a1e268a6c.tar.gz online_test-aa54b0d8ff3def794a0375fedbf8967a1e268a6c.tar.bz2 online_test-aa54b0d8ff3def794a0375fedbf8967a1e268a6c.zip |
Update travis
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 d7e63e8..0fad559 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ install: before_script: - python manage.py makemigrations notifications_plugin + - python manage.py makemigrations stats - python manage.py makemigrations - python manage.py migrate auth - python manage.py migrate |