summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 93c52939a..097eac105 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ os:
install:
- |-
( cd
- git clone --depth=1 https://github.com/rednex/rgbds
- sudo make -C rgbds CFLAGS=-O2 install
+ git clone -b v0.4.0 --depth=1 https://github.com/rednex/rgbds
+ sudo make -C rgbds install
rm -rf rgbds
)
before_script: