Fixed travis.

This commit is contained in:
irungentoo 2015-06-14 21:48:10 -04:00
parent 1bfb76bafe
commit 4b9425fc6c
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -32,7 +32,7 @@ before_script:
- sudo make install > /dev/null
- cd ..
#installing vpx
- git clone http://git.chromium.org/webm/libvpx.git > /dev/null
- git clone https://chromium.googlesource.com/webm/libvpx > /dev/null
- cd libvpx
- ./configure --enable-shared > /dev/null
- make -j3 >/dev/null