From 84aaacf9b977d90c97aec944c8374254ae0f640b Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 25 Sep 2016 23:39:36 -0500 Subject: [PATCH] get latest version of meson (needed for supporting new syntax used in our meson.build files) --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 203d63b..3c5a22d 100644 --- a/circle.yml +++ b/circle.yml @@ -15,6 +15,7 @@ dependencies: - sudo apt-get update # ignore the error during the installation - sudo DEBIAN_FRONTEND=noninteractive apt-get install -y meson libwebkit2gtk-4.0-dev || true + - sudo pip install -U meson test: override: