From ff5b17927eccc7cec340a25600a1cd5c284e637a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelwahab Date: Fri, 15 May 2020 21:17:08 +0200 Subject: [PATCH] Test commit to debug sth on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e92eaf84c5a6..f3ec3d76cbd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,8 @@ before_script: - git config --global user.name "Serverless CI" script: + # Adding this to debug sth on this branch and will remove it again + - npm show @serverless/inquirer - npm test -- -b # Bail after first fail jobs: