| Index: third_party/pkg/angular/scripts/travis/build.sh
|
| ===================================================================
|
| --- third_party/pkg/angular/scripts/travis/build.sh (revision 33054)
|
| +++ third_party/pkg/angular/scripts/travis/build.sh (working copy)
|
| @@ -1,11 +1,8 @@
|
| #!/bin/bash
|
|
|
| -set -evx
|
| +set -e
|
| . ./scripts/env.sh
|
|
|
| -# run io tests
|
| -dart -c test/io/all.dart
|
| -
|
| ./scripts/generate-expressions.sh
|
| ./scripts/analyze.sh
|
|
|
| @@ -14,7 +11,7 @@
|
| ./node_modules/jasmine-node/bin/jasmine-node playback_middleware/spec/ &&
|
| node "node_modules/karma/bin/karma" start karma.conf \
|
| --reporters=junit,dots --port=8765 --runner-port=8766 \
|
| - --browsers=Dartium,ChromeNoSandbox --single-run --no-colors
|
| + --browsers=Dartium,ChromeNoSandbox --single-run --no-colors --no-color
|
|
|
| ./scripts/generate-documentation.sh
|
|
|
|
|