diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-17 20:09:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-09-23 23:04:20 -0400 |
commit | 836fd48191742e2b53958d6ced2a86e0cd752b3c (patch) | |
tree | d5e9a1cbc5ba9c865b90967dac024ffc46b3a584 | |
parent | 0e470bc785eedf96da20c364723ab59eb3fa5242 (diff) |
Update travis.yml
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e00471b59..8038827c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 && |