achoudh5 / Manipulating_Excel_Sheet

Real world application of Manipulating Excel Sheet using python.
Apache License 2.0
8 stars 14 forks source link

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

Open achoudh5 opened 3 years ago

achoudh5 commented 3 years ago
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}"