diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2021-05-09 13:43:58 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2021-05-09 13:43:58 -0400 |
commit | 754d9064c977f117d57030978f61178f5f5644f6 (patch) | |
tree | 6b116e98bffbe17dd645193d0eb18f88a4183a91 | |
parent | 3114573de4cbdb07ae36b0f0f4ee1b30a63471a4 (diff) |
Travis CI uses rgbds 0.5.1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 11fdbec..0af363d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux install: - |- ( cd - git clone -b v0.5.0 --depth=1 https://github.com/gbdev/rgbds + git clone -b v0.5.1 --depth=1 https://github.com/gbdev/rgbds sudo make -C rgbds install rm -rf rgbds sudo apt-get install wget p7zip-full |