diff options
author | James Rowe <jroweboy@gmail.com> | 2016-11-19 21:11:49 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2016-12-31 19:54:51 +0100 |
commit | b03e7bf28f75636a4f69176c91911687c755b483 (patch) | |
tree | a33bdab6a5a096ea66cc8ce74d2863396f575dc2 /.travis.yml | |
parent | Merge pull request #2386 from bunnei/fix-bg-color (diff) | |
download | yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.gz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.bz2 yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.lz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.xz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.zst yuzu-b03e7bf28f75636a4f69176c91911687c755b483.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index cc34e039c..8b43d6439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: cpp - matrix: include: - os: linux @@ -9,10 +8,6 @@ matrix: sudo: false osx_image: xcode7.3 -env: - global: - - secure: "AXHFIafTmbGDsHD3mUVj5a4I397DQjti/WoqAJGUp2PglxTcc04BwxZ9Z+xLuf5N2Hs5r9ojAJLT8OGxJCLBDXzneQTNSqXbFuYSLbqrEAiIRlA9eRIotWCg+wYcO+5e8MKX+cHVKwiIWasUB21AtCdq6msh6Y3pUshZp212VPg=" - addons: apt: sources: @@ -27,8 +22,15 @@ addons: cache: directories: - - $HOME/.local + - "$HOME/.local" + +install: "./.travis-deps.sh" +script: "./.travis-build.sh" +after_success: "./.travis-upload.sh" -install: ./.travis-deps.sh -script: ./.travis-build.sh -after_success: ./.travis-upload.sh +deploy: + provider: bintray + file: "${HOME}/build/${TRAVIS_REPO_SLUG}/.travis.descriptor.json" + user: citra-emu + key: + secure: "MADIMRKlcr+O2iCmavkbIvUWexopOhnzXuDHKXfGyGY93Im8NCTrbb3tDoLH+bRYQrjNCeaV36ffhpDULU+eH11L4yF5/KY4modEKW4sq3cnAJkm5DUOc/sujlRCwzfjg6NFZGhjxfSlt0ltKRdCKEB/j1vR2GD7d/eQ4diJukQ="
\ No newline at end of file |