Skip to content

Commit

Permalink
Travis upgrades
Browse files Browse the repository at this point in the history
Made warnings not errors.
Reintroduced unit tests
  • Loading branch information
orthros committed May 11, 2017
1 parent b709c4d commit 8108173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
set -e

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

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

0 comments on commit 8108173

Please sign in to comment.