Skip to content

Commit

Permalink
Resolves #2465 (#2467)
Browse files Browse the repository at this point in the history
* Deletes deprecated .travis.yml file
* Removes the Slack notifier action from the test action
  • Loading branch information
joeytakeda authored Nov 16, 2023
1 parent 4868473 commit cdeeedf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,4 @@ jobs:
- name: Run tests from the Test directory
run: |
cd P5
make clean validate test XSL=${GITHUB_WORKSPACE}/Stylesheets
- name: Slack Notification
if: always()
continue-on-error: true
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url
make clean validate test XSL=${GITHUB_WORKSPACE}/Stylesheets
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit cdeeedf

Please sign in to comment.