Skip to content

Commit 9308609

Browse files
committed
fix script
1 parent 1f1e157 commit 9308609

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tool/travis.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@ else
3434
grind analyze
3535

3636
# Run dartdoc on test_package.
37-
cd test_package
38-
dart -c ../bin/dartdoc.dart
39-
cd ..
37+
(cd testing/test_package; dart -c ../../bin/dartdoc.dart)
4038

4139
# checks the test_package results
4240
grind check-links
4341

4442
# And on test_package_small.
45-
cd test_package_small
46-
dart -c ../bin/dartdoc.dart
47-
cd ..
43+
(cd testing/test_package_small; dart -c ../../bin/dartdoc.dart)
4844

4945
# Gather and send coverage data.
5046
if [ "$REPO_TOKEN" ]

0 commit comments

Comments
 (0)