From 22ba62c32ceabc1a73af9c3c8898f7d8fd2973b6 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sat, 22 Aug 2020 16:29:55 -0700 Subject: [PATCH] travis-ci: remove static ambuild 2.1 clone --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a813cc5..20fbad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ matrix: before_script: - mkdir assets && cd assets - - git clone -b 2.1-distutils https://github.com/alliedmodders/ambuild.git + - git clone https://github.com/alliedmodders/ambuild.git - cd ambuild - python setup.py build - python setup.py $AMB