diff --git a/.travis.yml b/.travis.yml index 0600c2f3..224d493e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Leia --depth=1 https://github.com/xbmc/xbmc.git - cd ${app_id} && mkdir build && cd build - mkdir -p definition/${app_id} - echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt diff --git a/Jenkinsfile b/Jenkinsfile index c50d68fb..e7f964df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(platforms: ['ubuntu-ppa']) +buildPlugin(version: "Leia", platforms: ['ubuntu-ppa'])