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

Commit

Permalink
drop travis
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronik committed Sep 8, 2020
1 parent 7c4623a commit 834d33d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 86 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: 🕵️ Test suite

on:
push:
pull_request:
schedule:
# Run every Friday at 23:59 UTC
- cron: 59 23 * * 5
# Run every day at 23:59 UTC
- cron: 59 23 * * *

jobs:
linting:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.7'
architecture: 'x64'

- name: pre-commit Checks
Expand Down
83 changes: 0 additions & 83 deletions .travis.yml

This file was deleted.

0 comments on commit 834d33d

Please sign in to comment.