Skip to content

Commit

Permalink
#30 added gitattributes and updated TravisCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Nov 3, 2021
1 parent 7c97f4a commit a3383b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.yml linguist-detectable=true
*.yaml linguist-detectable=true
*.html linguist-detectable=false
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ script:

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email:
if: branch = main
on_success: change
on_failure: always
recipients:
- [email protected]

0 comments on commit a3383b3

Please sign in to comment.