Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Mar 23, 2020
1 parent 942690c commit 45a2fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45a2fbd

Please sign in to comment.