Skip to content

Commit

Permalink
Remove travis CI (#87)
Browse files Browse the repository at this point in the history
We are migrating away from Travis and this would no longer be
functional. You might try out the github action PR test by adding
this to your `.sync.yml`

``` yaml
.github/workflows/pr_test.yml:
  unmanaged: false
```
  • Loading branch information
binford2k authored May 2, 2023
1 parent 80d267d commit a191ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
.travis.yml:
delete: true

45 changes: 0 additions & 45 deletions .travis.yml

This file was deleted.

0 comments on commit a191ef7

Please sign in to comment.