From 1b0c31654abea1be1df26b9e71df3e65ffdbd049 Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Fri, 26 May 2017 10:40:27 +0200 Subject: [PATCH] Travis: Build against Kodi Krypton This is the Krypton support branch, so it shall be build-tested against Krypton Kodi tree. Signed-off-by: Julian Scheel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5db4890..9d8c614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_install: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --depth=1 https://github.com/xbmc/xbmc.git -b Krypton - mkdir -p xbmc/project/cmake/addons/addons/pvr.octonet - echo "pvr.octonet https://github.com/DigitalDevices/pvr.octonet master" > xbmc/project/cmake/addons/addons/pvr.octonet/pvr.octonet.txt - cd $TRAVIS_BUILD_DIR && mkdir build && cd build