Don't even need this?

pull/1768/head
Nicholas Marriott 2019-05-29 14:32:49 +01:00
parent 4425c1e1b3
commit 2ce8e0110c
1 changed files with 0 additions and 1 deletions

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