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: install:
- |- - |-
path="$(pwd)"; cd; path="$(pwd)"; cd;
wget https://github.com/rednex/rgbds/archive/v0.2.5.tar.gz -O rgbds.tar.gz && git clone https://github.com/rednex/rgbds &&
tar xf rgbds.tar.gz && cd rgbds &&
cd rgbds-0.2.5 &&
sudo make install && sudo make install &&
cd - && cd - &&
rm -rf rgbds && rm -rf rgbds &&