Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create .travis.yml to use the test cases and do Continuous Integration #8

Open
achoudh5 opened this issue Oct 2, 2020 · 0 comments

Comments

@achoudh5
Copy link
Owner

achoudh5 commented Oct 2, 2020

  • Use the unit tests and check for any errors

  • Errors should be sent to a slack channel, use something like below:-

notifications: 
  slack: 
   rooms:
     - secure: <channel_key>
   on_success: always
   on_failure: always
   template:
     - "Repo `%{repository_slug}` *%{result}* build (<%{build_url}|#%{build_number}>) for commit (<%{compare_url}|%{commit}>) on branch `%{branch}`."
     - "Execution time: *%{duration}*"
     - "Message: %{message}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant