ref: d7fae287e49652f05c137ed20ce27e43d07b7514
parent: f95d25c8329ef7b8d61ec2b053e774c9f91ef0b1
author: Pokechu22 <Pokechu022@gmail.com>
date: Fri Sep 29 15:23:55 EDT 2017
Update Travis configuration to use rgbds 0.3.3
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,9 @@
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 &&