-
Notifications
You must be signed in to change notification settings - Fork 46
Replace Travis CI with Github Actions #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 845dc47.
sgiehl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a minor question. Besides that it looks good now 🎉
| - name: Update package lists | ||
| run: sudo apt-get update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this required for any specific reason? Just wondering if we could safe the time if it's not needed.
Description:
Travis CI is being removed from all projects. This PR replaces it with GitHub Actions.
Review