Skip to content

Commit

Permalink
Revert "travis"
Browse files Browse the repository at this point in the history
This reverts commit c39501b.
  • Loading branch information
hyades committed Aug 25, 2013
1 parent 1794423 commit 7365704
Show file tree
Hide file tree
Showing 3 changed files with 2,549 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .travis.yml
Expand Up @@ -13,9 +13,19 @@ before_install:
- echo 'yes' | sudo add-apt-repository ppa:gstreamer-developers/ppa
- sudo apt-get update
- sudo apt-get install .*gstreamer.*1\.0.* libgtk-3-dev
- mkdir $HOME/gst
- cd $HOME/gst
- git clone https://github.com/duzy/gst-plugins-bad.git
- cd gst-plugins-bad
- git checkout speakertrack_new
- cd ..
- git clone https://github.com/hyades/gst-switch.git
- cd gst-switch
- git checkout python-api
- sudo apt-get install python-gi python3-gi gstreamer1.0-tools gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0
- export PKG_CONFIG_PATH=$HOME"/gst/stage/lib/pkgconfig"
- sudo apt-get install python-scipy
- export PKG_CONFIG_PATH=$HOME"/gst/stage/lib/pkgconfig"


script:
- chmod +x scripts/stage
Expand Down
2 changes: 1 addition & 1 deletion python-api/gstswitch/server.py
Expand Up @@ -195,7 +195,7 @@ def _start_process(self, cmd):
"""
print 'Creating process %s' % (cmd)
try:
with open('log', 'w') as tempf:
with open(os.devnull, 'w') as tempf:
process = subprocess.Popen(
cmd.split(),
stdout=tempf,
Expand Down

0 comments on commit 7365704

Please sign in to comment.