From ce60f6ada9fb1020b9e6c2b561322885440ef8b9 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 14 Feb 2020 16:08:48 +0000 Subject: [PATCH 1/2] snap: deploy: include review-tools Enables pre-deployment checks --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 971a2bb9e6..514d4bd212 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,8 @@ jobs: - name: snapcraft channel: stable confinement: classic + - name: review-tools + channel: stable - name: lxd channel: stable env: From 3f992c59187d7b3459a318e4fe070efccd04a136 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 14 Feb 2020 16:09:23 +0000 Subject: [PATCH 2/2] snap: build: include snapd Enables enhanced build-time checks --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d1671d5a14..e88338a3e9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -20,6 +20,8 @@ parts: plugin: python python-packages: [wheel] source: . + build-snaps: + - snapd build-packages: - git - libc-dev