From a45946548509065ce55231c36081fdced440982c Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 25 Aug 2015 13:48:38 -0700 Subject: [PATCH] Stop running skyanalyzer on Travis We use the shipped version of sky_engine and sky_services when running skyanalyzer on Travis, which means this check fails every time we add an API to dart:sky. We should re-enable it once it doesn't break with these sorts of changes. --- travis/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis/build.sh b/travis/build.sh index 5686bdc0825..124c6e5c7f1 100755 --- a/travis/build.sh +++ b/travis/build.sh @@ -3,5 +3,4 @@ set -ex ./sky/tools/gn --release ninja -j 4 -C out/Release -./sky/tools/skyanalyzer --congratulate examples/stocks/lib/main.dart ./sky/tools/run_tests --release -j 1