8 - test "$TRAVIS_OS_NAME" != "osx" || brew update
11 - test "$TRAVIS_OS_NAME" != "osx" || brew install meson ninja glib ncurses libmpdclient
14 - OPTIONS="-Dtest=true -Dlyrics_screen=true -Dchat_screen=true"
15 - test "$TRAVIS_OS_NAME" != "osx" || export PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
16 - meson . output $OPTIONS