Skip to content

montoyadamien/TravisCI_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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