summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3cfcb40c3a..784b7bdf73 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