ameerthehacker / node-calculator

A simple app for automated tests using jest
MIT License
1 stars 18 forks source link

Add travis for ci #2 #12

Closed manisacharya closed 5 years ago

manisacharya commented 5 years ago

Issue number: Add Travis for CI #2

Description:

  1. Add travis.yml.
  2. Add jest for the test in package.json.
  3. Add Build Status in the Readme file. [![Build Status](https://travis-ci.com/manisacharya/node-calculator.svg?branch=master)](https://travis-ci.com/manisacharya/node-calculator)

Step 3 is optional and after the merge, you need to add your own handle of Travis-ci.

travis

ameerthehacker commented 5 years ago

All good thanks for the contribution