Skip to content

Commit

Permalink
Updated Travis Script
Browse files Browse the repository at this point in the history
Updated script with updated file names
  • Loading branch information
orthros committed May 11, 2017
1 parent 0dd0718 commit 5f5ba9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -e

# Analyze the code.
dartanalyzer --fatal-warnings \
lib/dartpub.dart \
lib/epub.dart \
lib/src/epubReader.dart

# Run the tests.
dart -c test/enum_string_test.dart
dart -c test/enum_string_test.dart
dart -c test/epub_reader_tests.dart

0 comments on commit 5f5ba9b

Please sign in to comment.