diff options
author | Antonio Niño Díaz <antonio_nd@outlook.com> | 2017-06-09 22:36:11 +0100 |
---|---|---|
committer | Antonio Niño Díaz <antonio_nd@outlook.com> | 2017-06-09 22:36:11 +0100 |
commit | dfc094db727d094e50e2a7bfb7fc1ae22cb1084b (patch) | |
tree | 0429d71fda721ff130ac8444ded57a58e6d9b21a | |
parent | 7f3517b8d111f6375a81e18241df1be9502727e6 (diff) |
Update Travis configuration to use rgbds 0.3.1
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index bd38f51b..ca18f64d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,12 @@ 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 && - sudo make install && - cd - && - rm -rf rgbds && + wget https://github.com/rednex/rgbds/archive/v0.3.1.tar.gz -O rgbds.tar.gz && + tar xf rgbds.tar.gz && + cd rgbds-0.3.1 && + sudo make install && + cd - && + rm -rf rgbds && cd "$path" before_script: - |- |