Add travis to the audio group

This commit is contained in:
Nick Janetakis
2014-07-01 17:16:08 -04:00
parent 7897f1cfaf
commit a3a3864687

View File

@@ -7,6 +7,7 @@ env:
before_install:
- '__rvm_unload ; rm -rf ~/.rvm'
- 'sudo usermod -G audio travis'
install:
- 'pip install ansible==1.6.2'
@@ -48,7 +49,7 @@ script:
&& (echo 'Delete ruby test: pass' && exit 0)
|| (echo 'Delete ruby test: fail' && exit 1)
- >
ls ~/.rvm/rubies
| grep -q 'ruby-2.1.0'
&& (echo 'Really deleted ruby test: pass' && exit 1)
|| (echo 'Really deleted ruby test: fail' && exit 0)
ls ~/.rvm/
| grep -q ''
&& (echo 'Really deleted ruby test: pass' && exit 0)
|| (echo 'Really deleted ruby test: fail' && exit 1)