Skip to content

Commit

Permalink
run unit tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Feb 22, 2019
1 parent 65c2f4a commit 8b4b010
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if [ "$BOT" = "dart" ]; then
# Run the VM service protocol smoke tester.
dart example/vm_service_lib_tester.dart

# Run the unit tests
pub run test

elif [ "$BOT" = "java" ]; then

popd
Expand Down

0 comments on commit 8b4b010

Please sign in to comment.