Skip to content

Commit

Permalink
Use GitHub actions instead of Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Jul 21, 2023
1 parent f08602c commit 83a5647
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 64 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Testing

on:
pull_request:
push:
branches:
- main
- master
schedule:
- cron: "17 1 * * *" # Run every day on a seemly random time.

jobs:
test:
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
64 changes: 0 additions & 64 deletions .travis.yml

This file was deleted.

0 comments on commit 83a5647

Please sign in to comment.