Adam Barth a459465485 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.
2015-08-25 13:48:38 -07:00

7 lines
109 B
Bash
Executable File

#!/bin/bash
set -ex
./sky/tools/gn --release
ninja -j 4 -C out/Release
./sky/tools/run_tests --release -j 1