Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 27, 2013
1 parent f123f6a commit 9321f81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -19,12 +19,14 @@ before_install:
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- git clone git://anongit.freedesktop.org/gstreamer/gstreamer
- cd gstreamer
- ./autogen && make
- chmod +x autogen.sh
- ./autogen.sh && make
- sudo make install
- cd ..
- git clone git://anongit.freedesktop.org/gst-plugins-base
- cd gst-plugins-base
- ./autogen && make
- chmod +x autogen.sh
- ./autogen.sh && make
- sudo make install
- unset PKG_CONFIG_PATH

Expand Down

0 comments on commit 9321f81

Please sign in to comment.