Update .travis.yml to use meson

This commit is contained in:
mikolajp 2018-02-25 14:32:41 +08:00
parent d81c5aa116
commit 9bea798892

View File

@ -1,5 +1,5 @@
language: c
script: make && make test # no ./configure
script: meson build && cd ./build && ninja
# Uncomment me if this gets annoying
#
@ -12,16 +12,12 @@ addons:
- libgmp3-dev
- libsigsegv-dev
- openssl
- libuv-dev
- libssl-dev
- libncurses5-dev
- make
- exuberant-ctags
- automake
- autoconf
- libtool
- meson
- g++
- ragel
- cmake
- re2c
- libcurl4-gnutls-dev
- python