diff --git a/.travis.yml b/.travis.yml index 5da4c09..911f9f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: # First build and install vanilla codec2 as we need -lcodec2 to build LPCNet - git clone https://github.com/drowe67/codec2.git - - cd codec2 && git checkout dr-2020 + - cd codec2 && git checkout brad-2020 - mkdir build_linux && cd build_linux && cmake .. && make VERBOSE=1 # OK, build and test LPCNet - cd $LPCNETDIR && mkdir -p $BUILDDIR && cd $BUILDDIR