Update travis.yml

This commit is contained in:
PikalaxALT 2017-06-17 20:09:37 -04:00 committed by PikalaxALT
parent 0e470bc785
commit 836fd48191

View File

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