mirror of
https://github.com/tmux/tmux.git
synced 2024-10-31 22:58:49 +00:00
Don't even need this?
This commit is contained in:
parent
4425c1e1b3
commit
2ce8e0110c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user