diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-30 00:09:26 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-30 00:09:26 +0200 |
commit | a489a846563fc64f236c7ede69ce0eb34af3521a (patch) | |
tree | 706e345043532d90cd8ca5c41af67fc31dfa7d2e /.travis.yml | |
parent | Merge pull request #817 from linkmauve/citra.ico (diff) | |
parent | Travis: Add a check for trailing whitespace before any actual compilation. (diff) | |
download | yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar.gz yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar.bz2 yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar.lz yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar.xz yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.tar.zst yuzu-a489a846563fc64f236c7ede69ce0eb34af3521a.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b878cc160..5c882a574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: cpp env: global: - - secure: "AXHFIafTmbGDsHD3mUVj5a4I397DQjti/WoqAJGUp2PglxTcc04BwxZ9Z+xLuf5N2Hs5r9ojAJLT8OGxJCLBDXzneQTNSqXbFuYSLbqrEAiIRlA9eRIotWCg+wYcO+5e8MKX+cHVKwiIWasUB21AtCdq6msh6Y3pUshZp212VPg=" + - secure: "AXHFIafTmbGDsHD3mUVj5a4I397DQjti/WoqAJGUp2PglxTcc04BwxZ9Z+xLuf5N2Hs5r9ojAJLT8OGxJCLBDXzneQTNSqXbFuYSLbqrEAiIRlA9eRIotWCg+wYcO+5e8MKX+cHVKwiIWasUB21AtCdq6msh6Y3pUshZp212VPg=" before_install: - sh .travis-deps.sh |