Skip to content

Commit

Permalink
ci(travis): remove obsolete check based on $TRAVIS_TEST_RESULT
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Feb 21, 2019
1 parent 853efb3 commit f67890a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f67890a

Please sign in to comment.