green-fox-academy / hotel-booking-user-service

0 stars 0 forks source link

Continuous Integration #9

Open vvarro opened 7 years ago

vvarro commented 7 years ago

Continuous Integration

Set up a Continuous Integration server for continuous deployment and testing, using Circle CI.

Technical Requirements

Circle CI should detect each change on the master branch of your repository on Github. When the change is detected Circle CI should run all the unit tests, if none the tests failed it should deploy the latest version of the application to Heroku.

zsiga112 commented 7 years ago

Working properly.