aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-04-17 19:16:12 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-04-17 19:16:12 -0400
commit955e4eddf8fdfbb68dad3ada8712faf6fb44a417 (patch)
tree188aab180d15845cc4af7133d4024ecdd5b1cb40 /.travis.yml
parentUse rgbds 0.5.0 features: (diff)
downloadpokeyellow-955e4eddf8fdfbb68dad3ada8712faf6fb44a417.tar.gz
pokeyellow-955e4eddf8fdfbb68dad3ada8712faf6fb44a417.tar.xz
pokeyellow-955e4eddf8fdfbb68dad3ada8712faf6fb44a417.zip
Actually use rgbds 0.5.0
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 0d3b9f7a..a0b965f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ os:
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
)