diff options
author | Pokechu22 <Pokechu022@gmail.com> | 2017-09-29 19:23:55 -0700 |
---|---|---|
committer | Pokechu22 <Pokechu022@gmail.com> | 2017-09-29 19:23:55 -0700 |
commit | d7fae287e49652f05c137ed20ce27e43d07b7514 (patch) | |
tree | 823c023438dfafdd05c8cc12c8b9b488d4f9d07c | |
parent | f95d25c8329ef7b8d61ec2b053e774c9f91ef0b1 (diff) |
Update Travis configuration to use rgbds 0.3.3
-rw-r--r-- | .travis.yml | 4 |
1 files 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 && |