From 218fca3f2075c57c04fa215b927e3fb741e7f007 Mon Sep 17 00:00:00 2001 From: rami-a <2364772+rami-a@users.noreply.github.com> Date: Thu, 12 Dec 2019 12:47:46 -0500 Subject: [PATCH] Enable CI checks to run on the gallery (#181) --- travis_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis_script.sh b/travis_script.sh index 1239776c9..6307e554c 100755 --- a/travis_script.sh +++ b/travis_script.sh @@ -15,6 +15,7 @@ function getFlutterPath() { declare -a PROJECT_NAMES=( "animations" \ "chrome-os-best-practices" \ + "gallery/gallery" \ "flutter_maps_firestore" \ "isolate_example" \ "jsonexample" \