Don't even need this?

This commit is contained in:
Nicholas Marriott 2019-05-29 14:32:49 +01:00
parent 4425c1e1b3
commit 2ce8e0110c

View File

@ -11,7 +11,6 @@ compiler:
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -y install bison autotools-dev libncurses5-dev libevent-dev pkg-config libutempter-dev build-essential; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
script:
- ./autogen.sh && ./configure && make