silverstripe / silverstripe-sqlite3

SQLite3 DB Adapter for Silverstripe
BSD 3-Clause "New" or "Revised" License
8 stars 19 forks source link

MNT Replace travis with github actions CI #62

Closed GuySartorelli closed 2 years ago

GuySartorelli commented 2 years ago

Travis is erroring so it's time to swap it out. Github actions is the new CI we're using across the board. See https://github.com/silverstripe/gha-ci/issues/11 (note that issue was for the commercially supported modules but the general idea applies here. We'll be cancelling our subscription with travis ci soon so all modules in this github organisation will need to swap eventually)

Refer to https://github.com/creative-commoners/silverstripe-sqlite3/actions for the build status for this PR

NOTE: This module includes no unit tests so I've removed the phpunit config and dev dependency. Those can be added back if/when unit tests are added to this module.

emteknetnz commented 2 years ago

Was implemented in https://github.com/silverstripe/silverstripe-sqlite3/pull/63