aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-21 19:46:12 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-21 19:46:12 -0400
commit204bf74a7f7330e4993138629dffc6304ce1f183 (patch)
tree528ecdd70f19ece0ad07695e65b2a9485312b976 /.travis.yml
parentMerge pull request #281 from Rangi42/master (diff)
downloadpokeyellow-204bf74a7f7330e4993138629dffc6304ce1f183.tar.gz
pokeyellow-204bf74a7f7330e4993138629dffc6304ce1f183.tar.xz
pokeyellow-204bf74a7f7330e4993138629dffc6304ce1f183.zip
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f3dd29a9..03d6eab0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ os:
install:
- |-
( cd
- git clone -b v0.4.0 --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
)