From 0c35f32c5548f566a2ef936f578b0c27b141704e Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Mon, 28 Jan 2019 17:18:19 +0000 Subject: [PATCH] Run bootstrap in the integration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2c6dc8c..79ef5f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ before_script: script: - ./scripts/format-check.sh + - ./bootstrap.sh