Skip to content

Commit

Permalink
Removed travis config to stop using travis for CI (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraarif authored Dec 11, 2020
1 parent 5cace74 commit 18463da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
toxenv: "docs"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v1
- name: setup python
uses: actions/setup-python@v2
with:
Expand Down
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

0 comments on commit 18463da

Please sign in to comment.