remove aptsources from travis yaml file

This commit is contained in:
Thomas S Hatch 2013-01-21 00:09:35 -07:00
parent a8cbcd861f
commit a427501321

View file

@ -5,7 +5,7 @@ python:
- '2.7'
before_install:
- sudo apt-get update && sudo apt-get install git swig supervisor rabbitmq-server ruby python-aptsources
- sudo apt-get update && sudo apt-get install git swig supervisor rabbitmq-server ruby
- (git describe && git fetch --tags) || (git remote add upstream git://github.com/saltstack/salt.git && git fetch --tags upstream)
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ordereddict; fi"