6 osx_image: xcode9.3beta
9 - test "$TRAVIS_OS_NAME" != "osx" || brew update
12 - test "$TRAVIS_OS_NAME" != "osx" || brew install meson ninja glib ncurses libmpdclient
15 - OPTIONS="-Dtest=true -Dlyrics_screen=true -Dchat_screen=true"
16 - test "$TRAVIS_OS_NAME" != "osx" || export PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig
17 - meson . output $OPTIONS