Revert agbcc dependency to pret master

This commit is contained in:
PikalaxALT
2020-01-15 11:32:24 -05:00
parent 411f4852c6
commit feeb96f20f
7 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ cache:
apt: true
install:
- pushd $HOME
- travis_retry git clone https://github.com/luckytyphlosion/agbcc.git -b new_layout_with_libs
- cd agbcc && make && make install prefix=$TRAVIS_BUILD_DIR
- travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && sh build.sh && sh install.sh $TRAVIS_BUILD_DIR
- popd
matrix:
include: