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: