Commit b81d7bfa authored by Luke Macken's avatar Luke Macken

Don't run unit2 with sudo on travis-ci

parent 2d059ce8
...@@ -8,5 +8,5 @@ install: python setup.py install ...@@ -8,5 +8,5 @@ install: python setup.py install
script: script:
- pip install --use-mirrors unittest2 - pip install --use-mirrors unittest2
- sudo apt-get install gdb - sudo -get install gdb
- sudo unit2 discover - unit2 discover
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