Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit a63ee9e

Browse files
committed
drop travis
1 parent 1a7b458 commit a63ee9e

File tree

2 files changed

+3
-105
lines changed

2 files changed

+3
-105
lines changed

.github/workflows/test_suite.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: 🕵️ Test suite
22

33
on:
44
push:
5+
pull_request:
56
schedule:
6-
# Run every Friday at 23:59 UTC
7-
- cron: 59 23 * * 5
7+
# Run every day at 23:59 UTC
8+
- cron: 59 23 * * *
89

910
jobs:
1011
linting:

.travis.yml

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)