diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-29 14:32:49 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-29 14:32:49 +0100 |
commit | 2ce8e0110cfbc2505cd369895d5bb153c3f4e3d8 (patch) | |
tree | b5a43f4f2032aa603ec0e96eb4d8387649d597fb | |
parent | 4425c1e1b337b8b72896ba6ecbc5402ea08e4e8a (diff) | |
download | rtmux-2ce8e0110cfbc2505cd369895d5bb153c3f4e3d8.tar.gz rtmux-2ce8e0110cfbc2505cd369895d5bb153c3f4e3d8.tar.bz2 rtmux-2ce8e0110cfbc2505cd369895d5bb153c3f4e3d8.zip |
Don't even need this?
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 578c7f43..fd85bf61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |