Commit c3195f6f by Calen Pennington

Update apt-get before installing dependencies (as recommended by travis:…

Update apt-get before installing dependencies (as recommended by travis: https://docs.travis-ci.com/user/installing-dependencies/#Installing-Ubuntu-packages)
parent 45a216ba
...@@ -6,6 +6,7 @@ branches: ...@@ -6,6 +6,7 @@ branches:
python: python:
- "2.7" - "2.7"
install: install:
- "sudo apt-get update -qq"
- "sudo apt-get install -y nodejs python-demjson" - "sudo apt-get install -y nodejs python-demjson"
- "pip install --allow-all-external -r requirements.txt" - "pip install --allow-all-external -r requirements.txt"
- "pip install --allow-all-external demjson" - "pip install --allow-all-external demjson"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment