Skip to content

Commit

Permalink
update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 17, 2024
1 parent 670bc98 commit a8aa848
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
run: |
mkdir integration
echo "Test Upload Blobs" > ./integration/upload.log
exit 1
- name: Test
run: |
Expand Down
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go

notifications:
email:
recipients:
- molaokp@gmail.com
on_success: always
on_failure: always

branches:
only:
- smallchange

0 comments on commit a8aa848

Please sign in to comment.