From 45a2fbdca7f617b57a12cc65306fd0753b2c8c94 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Sun, 22 Mar 2020 18:04:30 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7d557d..5c5277b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - git clone https://github.com/psiemens/react-book.git phoenix/static/src/js/react-book - pip install -r requirements-prd.txt -t lib/ - pip install requests --upgrade -t lib/ -- pip install jsonfield==2.0.2 -t lib/ +- pip install jsonfield==2.0.2 --upgrade -t lib/ # Use deployment settings - mv _settings/settings-dpl.py phoenix/settings.py