From 2ca0e16dea2f5aa04e032061c9b98c814848c4d2 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 4 Jul 2019 14:37:22 -0400 Subject: [PATCH] Delete conflicting outputs in travis --- tool/.travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/.travis.sh b/tool/.travis.sh index f44abf0d..74960061 100644 --- a/tool/.travis.sh +++ b/tool/.travis.sh @@ -1,4 +1,4 @@ cd angel_serialize_generator pub get -pub run build_runner build +pub run build_runner build --delete-conflicting-outputs pub run test \ No newline at end of file