From 6df9c9524c483abb9cf0e0ea028be5286896a923 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 21 Feb 2019 08:42:52 +0000 Subject: [PATCH] ci(travis): remove obsolete check based on `$TRAVIS_TEST_RESULT` --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89b463d1..e56e4cfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,6 @@ env: script: - bundle exec kitchen verify ${INSTANCE} -before_deploy: - # Only deploy if the build passed successfully - - test $TRAVIS_TEST_RESULT = 0 - jobs: include: # Define the commitlint stage