Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 948 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 948 Bytes

Travis CI example Build Status

This repository aims to show how to use the continuous integration tool Travis CI to launch some database tests. The project example works with NestJS and Redis. First we have two NodeJs services, Plant and Tree using Redis for database access. Pushing on the repository will trigger the Travis CI builds defined here.

Technologies

Configure Travis CI

  • Get to Travis CI then Log In.
  • Next, allow Travis to access your GitHub repository.
  • Follow the tutorial here to setup the builds.

Example of a success build : Build success