summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 23f323d6..4ff05d44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ before_install:
- sudo apt-get install -y intel-gpu-tools
install:
- - git clone https://github.com/01org/libva.git
+ - git clone -b v1.8-branch https://github.com/01org/libva.git
- (cd libva && ./autogen.sh && ./configure --prefix=/usr && sudo make install)
addons: