diff --git a/.travis.yml b/.travis.yml index d4ad70a6f..17c4a3b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,9 @@ script: meson build && cd ./build && ninja # # notifications: # email: false -python: - 3.6 install: - - pip install meson + - pip3 install meson addons: apt: @@ -25,7 +23,9 @@ addons: - ragel - re2c - libcurl4-gnutls-dev + - meson - python + - python3 # before_deploy: "make deb" # TODO deploy: skip_cleanup: true