Commit 620f55f8 by Ben Patterson

Merge pull request #703 from edx/benp/fix-travis

Fix Travis builds
parents aeb2ff78 3b06272e
...@@ -10,5 +10,8 @@ before_script: ...@@ -10,5 +10,8 @@ before_script:
script: script:
- "make test" - "make test"
- "python manage.py makemessages -l eo" - "python manage.py makemessages -l eo"
branches:
only:
- master
after_success: after_success:
coveralls coveralls
...@@ -3,14 +3,14 @@ all: install test ...@@ -3,14 +3,14 @@ all: install test
.PHONY: install test .PHONY: install test
install-system: install-system:
sudo apt-get update -y -qq sudo apt-get update -qq
sudo xargs -a apt-packages.txt apt-get install -y -qq --fix-missing sudo xargs -a apt-packages.txt apt-get install -qq --fix-missing
install-node: install-node:
sudo add-apt-repository -y ppa:chris-lea/node.js sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update -y -qq sudo apt-get update -qq
sudo apt-get install -y -qq nodejs sudo apt-get install -qq nodejs
install-wheels: install-wheels:
......
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