diff options
author | j-selby <jselby@jselby.net> | 2017-08-03 07:51:48 +0200 |
---|---|---|
committer | j-selby <jselby@jselby.net> | 2017-08-06 11:07:29 +0200 |
commit | 8bda0ca68dc1182583c0bb2634a93d2776eab3ba (patch) | |
tree | 66b5f9914c894a2848bfcfadc9f75198d04a20ce /.travis.yml | |
parent | Merge pull request #2850 from j-selby/fix_invalid_paths (diff) | |
download | yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar.gz yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar.bz2 yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar.lz yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar.xz yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.tar.zst yuzu-8bda0ca68dc1182583c0bb2634a93d2776eab3ba.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 846758881..3da22eb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,4 @@ deploy: file: "artifacts/*" skip_cleanup: true on: - repo: citra-emu/citra-nightly + tags: true |