diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-15 08:36:41 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-15 08:36:41 -0400 |
commit | faffe1c1b8fbcb64a13d82530c91c995ffe4f501 (patch) | |
tree | d4508f9e6da6010be761ad0deff9403b3ae4f42d | |
parent | 371ce4da5c4e1729cfc4cf6d8769b7b6c02ecc7b (diff) |
rgbds has moved from rednex to gbdev
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c7f6a26..2557aa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux install: - |- ( cd - git clone -b v0.4.1 --depth=1 https://github.com/rednex/rgbds + git clone -b v0.4.1 --depth=1 https://github.com/gbdev/rgbds sudo make -C rgbds install rm -rf rgbds sudo apt-get install wget p7zip-full |