X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=.travis.yml;h=784b7bdf73d8c6d86e5b09b856648008de203588;hb=252500a78fe1a31abc79e6070d16f50382c39343;hp=3cfcb40c3ac42edd37c26637c594566648eaab2a;hpb=899ee03088d55152a48830df0899887f055da1de;p=ffmpeg diff --git a/.travis.yml b/.travis.yml index 3cfcb40c3ac..784b7bdf73d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,14 +17,14 @@ matrix: compiler: gcc cache: directories: - - libav-samples + - ffmpeg-samples before_install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install nasm; fi script: - - mkdir -p libav-samples - - ./configure --samples=libav-samples --cc=$CC + - mkdir -p ffmpeg-samples + - ./configure --samples=ffmpeg-samples --cc=$CC - make -j 8 - make fate-rsync - make check -j 8