devversion / travis-after-modes

Travis CI After All Event Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Travis CI After All Event Implementation

License:MIT License


Languages

Language:JavaScript 84.6%Language:Shell 15.4%