aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-12-09 12:41:39 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-12-09 12:41:39 -0500
commitfc3bbc1358f95038b167d3f8bc9006ab5ab655c1 (patch)
tree49267c9e909f4082b0e01349d00d7ac84df213c3 /.travis.yml
parentMerge pull request #306 from SatoMew/master (diff)
downloadpokeyellow-fc3bbc1358f95038b167d3f8bc9006ab5ab655c1.tar.gz
pokeyellow-fc3bbc1358f95038b167d3f8bc9006ab5ab655c1.tar.xz
pokeyellow-fc3bbc1358f95038b167d3f8bc9006ab5ab655c1.zip
Require rgbds 0.4.2
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 1147a117..0d3b9f7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ os:
install:
- |-
( cd
- git clone -b v0.4.1 --depth=1 https://github.com/gbdev/rgbds
+ git clone -b v0.4.2 --depth=1 https://github.com/gbdev/rgbds
sudo make -C rgbds install
rm -rf rgbds
)