mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Migrate from TravisCI to GitHub Actions #57

Closed mkasberg closed 3 years ago

mkasberg commented 3 years ago

It should be sufficient to simply run make test.

Alternatively, we could build and run the docker image as .travis.yml does.

Delete .travis.yml as part of this work.