Skip to content

Commit

Permalink
Create CI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
njanirudh authored Dec 16, 2018
1 parent a3ee09b commit f7fc63d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/CI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Adding Badges

* Badges can be added by :
* https://github.com/dwyl/repo-badges
* https://shields.io/#/

* Depending on the git-hooks like CI , code refactoring app like 'codefactor' we can add badges that show the live build , code quality status on the README.md file.

* Other badges are simply markdown lines that are added to the readme file with specific status or values like build number , project status etc.

### CI

This project makes use of Travis for Continuous Integration (CI).
The following [documentation](https://docs.travis-ci.com/user/tutorial/) explains the basic steps to add CI to the repository.
Depending on the lnguage of the project we can use the CI template.

For our project we used python3 , specifically version 3.6.
Since the project is not using any external dependencies , we dont require any 'requirements.txt'.
The main.py and test_cases.py is inside the 'ast_project_2018' folder the changes are made in the script.

0 comments on commit f7fc63d

Please sign in to comment.