diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2021-05-02 09:41:19 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2021-05-02 09:41:19 -0400 |
commit | 8e6cf819a9ea66ec4cec359599323be0361d6e3f (patch) | |
tree | 8714b2a77c3f91578b88843468ca95538492421c | |
parent | 2f9b3eea0e820d82a764a02cbda3b1de340db42c (diff) |
Travis CI uses rgbds 0.5.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dd4282a..11fdbec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux install: - |- ( cd - git clone -b v0.4.2 --depth=1 https://github.com/gbdev/rgbds + git clone -b v0.5.0 --depth=1 https://github.com/gbdev/rgbds sudo make -C rgbds install rm -rf rgbds sudo apt-get install wget p7zip-full |