From 8dfe43323c0986cf25a403dbcdd0f3b9c747dc68 Mon Sep 17 00:00:00 2001 From: Eric BREHAULT Date: Fri, 13 Nov 2020 10:56:40 +0100 Subject: [PATCH] fix travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e186c12..899d361c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: name: Build $PACKAGE_VERSION on: repo: guillotinaweb/ngx-schema-form - branch: master + branch: 2.4.x - provider: npm email: ebrehault@gmail.com skip_cleanup: true @@ -41,4 +41,4 @@ deploy: on: tags: true repo: guillotinaweb/ngx-schema-form - branch: master + branch: 2.4.x