Skip to content

Commit

Permalink
Remove Travis CI (#143)
Browse files Browse the repository at this point in the history
* Delete .travis.yml
* Remove run restrictions from github actions
  • Loading branch information
Thalhammer authored May 19, 2021
1 parent 14061f1 commit 60122bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
branches: [master]
pull_request:
branches: [master]
paths:
- "CMakeLists.txt"
- "include/jwt-cpp/**"
- "example/*"
- ".github/actions/**"
- ".github/workflows/cross-platform.yml"
jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/libresssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ on:
branches: [master]
pull_request:
branches: [master]
paths:
- "CMakeLists.txt"
- "include/jwt-cpp/**"
- "tests/*"
- ".github/actions/**"
- ".github/workflows/libressl.yml"

jobs:
build:
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

2 comments on commit 60122bb

@prince-chrismc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind if I created a release off this commit? https://github.com/Thalhammer/jwt-cpp/releases/tag/untagged-dbb8610c71cb72f4da23
I'd like to publish those small fixes 😸

@Thalhammer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind if I created a release off this commit? https://github.com/Thalhammer/jwt-cpp/releases/tag/untagged-dbb8610c71cb72f4da23
I'd like to publish those small fixes

I'm fine with that.

Please sign in to comment.