diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-04-08 19:24:33 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-04-08 19:24:33 +0200 |
commit | 3540578cb3452944d6c60bc13db16bc1f19b3586 (patch) | |
tree | 11b0fc96253ef6f4d705bc2cfabe536497ad555e | |
parent | 673b39642b4b0dd17bd51c45ecb504e4d228111b (diff) |
lemme just fuckin uhhhhhhhhhhhhhhhhhhhh
use stable rgbds or smth
-rw-r--r-- | .travis.yml | 4 |
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: |