Skip to content

Commit

Permalink
fix(Travis): Remove building of build.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jrote1 committed Sep 28, 2015
1 parent 25a7bd0 commit c7813a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions travis.sh
Expand Up @@ -8,9 +8,6 @@ $(dirname -- "$0")/ensure_dartfmt.sh
# Run the tests.
pub run unittest

# Run the build.dart file - just to make sure it works
dart --checked build.dart

# Install dart_coveralls; gather and send coverage data.
if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "stable" ]; then
pub global activate dart_coveralls
Expand Down

0 comments on commit c7813a0

Please sign in to comment.