Skip to content
Snippets Groups Projects
Commit 1d7d226a authored by Zaman, Orangzaib (UG - Computer Science)'s avatar Zaman, Orangzaib (UG - Computer Science)
Browse files

Added travis.yml file for CI/CD

parent 3fe9e892
No related branches found
No related tags found
1 merge request!8CI/CD
language: node_js
node_js:
- stable
cache: npm
install:
- cd apollo-gateway
- npm ci
- cd ..
- cd comments-service
- npm ci
- cd ..
- cd frontend
- npm ci
- cd ..
- cd posts-service
- npm ci
- cd ..
- cd users-service
- npm ci
- cd ..
script:
- cd comments-service
- npm test
- cd ..
- cd posts-service
- npm test
- cd ..
- cd users-service
- npm test
- cd ..
- docker-compose build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment