Update Travis configuration to use rgbds 0.3.3

This commit is contained in:
Pokechu22 2017-09-29 19:23:55 -07:00
parent f95d25c832
commit d7fae287e4

View file

@ -2,9 +2,9 @@ language: c
install: install:
- |- - |-
path="$(pwd)"; cd; 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 && tar xf rgbds.tar.gz &&
cd rgbds-0.3.1 && cd rgbds-0.3.3 &&
sudo make install && sudo make install &&
cd - && cd - &&
rm -rf rgbds && rm -rf rgbds &&