Commit d865bd88 by Calen Pennington

Convert to non-sudo builds for travis

parent 83b3ef1d
# Travis CI configuration file for running tests
language: python
branches:
only:
- master
python:
- "2.7"
sudo: required
services:
- docker
addons:
apt:
packages:
- nodejs
- python-demjson
install:
- "sudo apt-get update -qq"
- "sudo apt-get install -y nodejs python-demjson"
- "pip install --allow-all-external -r requirements.txt"
- "pip install --allow-all-external demjson"
env:
- MAKE_TARGET=docker.test
- MAKE_TARGET=test.syntax
- MAKE_TARGET=test.edx_east_roles
script:
- docker --version
- make --version
......
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