From d7fae287e49652f05c137ed20ce27e43d07b7514 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Fri, 29 Sep 2017 19:23:55 -0700 Subject: Update Travis configuration to use rgbds 0.3.3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca18f64d..bbcb7721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: c install: - |- path="$(pwd)"; cd; - wget https://github.com/rednex/rgbds/archive/v0.3.1.tar.gz -O rgbds.tar.gz && + wget https://github.com/rednex/rgbds/archive/v0.3.3.tar.gz -O rgbds.tar.gz && tar xf rgbds.tar.gz && - cd rgbds-0.3.1 && + cd rgbds-0.3.3 && sudo make install && cd - && rm -rf rgbds && -- cgit v1.2.3