diff options
| author | mid-kid <esteve.varela@gmail.com> | 2020-08-08 23:20:40 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2020-08-08 23:27:32 +0200 |
| commit | 7b88a2b8e11ff4f81aa2bc82ac11e9d2ed8ac667 (patch) | |
| tree | db72142caeb4192f37f46c3758e8dcf6c44c61fc /.travis.yml | |
| parent | 7f84d05e823c07c480d6b1e7f0601dc7ae76eb25 (diff) | |
Fix RGBDS 0.4.1
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 441112c..f402b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux install: - |- ( cd - git clone -b v0.3.8 --depth=1 https://github.com/rednex/rgbds + git clone -b v0.4.1 --depth=1 https://github.com/rednex/rgbds sudo make -C rgbds install rm -rf rgbds sudo apt-get install wget p7zip-full |
