Skip to content

Commit

Permalink
Clean up CI files per #620 (#655)
Browse files Browse the repository at this point in the history
* Removes .travis.yml
* Removes Slack notification from GH Actions jobs

Co-authored-by: Syd Bauman <[email protected]>
  • Loading branch information
joeytakeda and sydb authored Jan 25, 2024
1 parent 78f7c86 commit fcb9cbf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
- name: Run tests from the Test directory
run: make clean test deb dist

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

test2:
runs-on: ubuntu-latest
container:
Expand All @@ -41,11 +33,4 @@ jobs:

- name: Run tests from the Test2 directory
run: make test2

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

0 comments on commit fcb9cbf

Please sign in to comment.