Skip to content

Commit 1a2235a

Browse files
vicbtravis@travis-ci.org
authored andcommitted
chore(travis): run transformer tests
Closes dart-archive#942
1 parent 9dacfa6 commit 1a2235a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

scripts/travis/build.sh

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ $TESTS == "dart2js" ]]; then
2929
echo '------------------------'
3030
echo '-- BUILDING: examples --'
3131
echo '------------------------'
32-
32+
3333
if [[ $CHANNEL == "DEV" ]]; then
3434
dart "bin/pub_build.dart" -p example -e "example/expected_warnings.json"
3535
else
@@ -52,17 +52,25 @@ if [[ $TESTS == "dart2js" ]]; then
5252
fi
5353
)
5454
else
55-
# run io tests
5655
echo '--------------'
5756
echo '-- TEST: io --'
5857
echo '--------------'
59-
dart -c test/io/all.dart
58+
dart --checked test/io/all.dart
6059

60+
echo '----------------------------'
61+
echo '-- TEST: symbol extractor --'
62+
echo '----------------------------'
6163
dart --checked test/tools/symbol_inspector/symbol_inspector_spec.dart
6264

6365
./scripts/generate-expressions.sh
6466
./scripts/analyze.sh
6567

68+
echo '-----------------------'
69+
echo '-- TEST: transformer --'
70+
echo '-----------------------'
71+
dart --checked test/tools/transformer/all.dart
72+
73+
6674
echo '---------------------'
6775
echo '-- TEST: changelog --'
6876
echo '---------------------'

0 commit comments

Comments
 (0)