From 2bf831aac0349928a813e3eacf957f27bcfef323 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 20 Apr 2019 17:31:31 -0400 Subject: [PATCH] Add orm_service to Travis --- tool/.travis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/.travis.sh b/tool/.travis.sh index bae8471e..a76b20c6 100644 --- a/tool/.travis.sh +++ b/tool/.travis.sh @@ -13,4 +13,5 @@ cd angel_orm_generator; pub get; pub run build_runner build; cd ..; -angel_orm_test angel_orm_postgres \ No newline at end of file +angel_orm_test angel_orm_postgres +angel_orm_test angel_orm_service \ No newline at end of file