Skip to content

Commit 60122bb

Browse files
authored
Remove Travis CI (#143)
* Delete .travis.yml * Remove run restrictions from github actions
1 parent 14061f1 commit 60122bb

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

‎.github/workflows/cross-platform.yml

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8-
paths:
9-
- "CMakeLists.txt"
10-
- "include/jwt-cpp/**"
11-
- "example/*"
12-
- ".github/actions/**"
13-
- ".github/workflows/cross-platform.yml"
148
jobs:
159
build:
1610
runs-on: ${{ matrix.os }}

‎.github/workflows/libresssl.yml

-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8-
paths:
9-
- "CMakeLists.txt"
10-
- "include/jwt-cpp/**"
11-
- "tests/*"
12-
- ".github/actions/**"
13-
- ".github/workflows/libressl.yml"
148

159
jobs:
1610
build:

‎.travis.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)