Switch from Travis CI to GitHub Actions

GitHub Actions should be significantly faster than Travis CI.
This commit is contained in:
Hugo Locurcio
2020-12-16 19:51:26 +01:00
parent 43828ebb39
commit 610c42f219
3 changed files with 132 additions and 75 deletions

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"