Update Travis configuration to use rgbds 0.3.1

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz 2017-06-09 22:36:11 +01:00
parent 7f3517b8d1
commit dfc094db72

View file

@ -2,9 +2,9 @@ language: c
install:
- |-
path="$(pwd)"; cd;
wget https://github.com/rednex/rgbds/archive/v0.2.5.tar.gz -O rgbds.tar.gz &&
wget https://github.com/rednex/rgbds/archive/v0.3.1.tar.gz -O rgbds.tar.gz &&
tar xf rgbds.tar.gz &&
cd rgbds-0.2.5 &&
cd rgbds-0.3.1 &&
sudo make install &&
cd - &&
rm -rf rgbds &&