diff options
author | adityacp | 2020-04-21 12:46:41 +0530 |
---|---|---|
committer | adityacp | 2020-04-21 12:46:41 +0530 |
commit | a8c881326894ee9cfd008eb971f3079d62bee6d6 (patch) | |
tree | a12bb38ad304b915b042e8f1b96d9ea7274c8d15 /.travis.yml | |
parent | d482c57974033f97515f510df059327555397ef8 (diff) | |
download | online_test-a8c881326894ee9cfd008eb971f3079d62bee6d6.tar.gz online_test-a8c881326894ee9cfd008eb971f3079d62bee6d6.tar.bz2 online_test-a8c881326894ee9cfd008eb971f3079d62bee6d6.zip |
Update notifications-plugin package and travis command
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 6e58e1a..e6fd3a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ install: - python setup.py develop before_script: + - python manage.py makemigrations notifications_plugin - python manage.py migrate auth - python manage.py migrate |