diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-25 08:14:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-25 08:14:09 -0400 |
commit | e033d2ba14398327c38c11632e6d62c7b6175939 (patch) | |
tree | c4f72e040384046581122619e2a0d8a88a41b106 | |
parent | 4e3874a3febde4ba5f8c247004b4f84bf098bc9c (diff) | |
parent | f86f229017d6e03f211b623139d357680db5ceeb (diff) |
Merge branch 'master' of github.com:pret/pokeruby
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ca2b5a12a..16d9cfa50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - cd $HOME - travis_retry wget http://download.sourceforge.net/devkitpro/devkitARM_r46-x86_64-linux.tar.bz2 - tar xf devkitARM*.tar.bz2 - - travis_retry git clone https://github.com/YamaArashi/agbcc.git + - travis_retry git clone https://github.com/pret/agbcc.git - cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR script: - cd $TRAVIS_BUILD_DIR |