/travis-after-modes

Travis CI After All Event Implementation

Primary LanguageJavaScriptMIT LicenseMIT

travis-after-modes

Build Status

Travis CI After All Event Implementation

Installation

  • npm install travis-after-modes --save-dev

Configuration

after_success:
  - ./scripts/ci/after-success.sh
if $(npm bin)/travis-after-modes; then
  echo "All travis modes passed"
else 
  echo "Some travis modes failed"
fi