question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate CI to GitHub Actions

See original GitHub issue

Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions.

This repo contains a .travis.yml file which needs to be replaced with an equivalent .github/workflows/ci.yml file.

It also appears that this repo uses CircleCI and AppVeyor in addition to Travis. Perhaps we should consider consolidating under GitHub Actions.

See dask/community#107 for more details.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
GenevieveBuckleycommented, Nov 2, 2020

It’s a pity the Travis announcement didn’t come a few days before the SciPy Japan sprint…

0reactions
GenevieveBuckleycommented, Apr 20, 2021

I’ve been meaning to do this but never quite getting around to it.

However, the current Travis CI page is now also showing this warning (so we’ll have to fix something soon): “Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com. Please stay tuned here for more information.”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to GitHub Actions
Migrating to GitHub Actions. Learn how to migrate your existing CI/CD workflows to GitHub Actions. Automating migration with GitHub Actions Importer.
Read more >
Migrating from Travis CI to GitHub Actions
Introduction. This guide helps you migrate from Travis CI to GitHub Actions. It compares their concepts and syntax, describes the similarities, ...
Read more >
Automating migration with GitHub Actions Importer
You can use GitHub Actions Importer to plan and automatically migrate your CI/CD pipelines to GitHub Actions from Azure DevOps, CircleCI, GitLab, Jenkins, ......
Read more >
Migrating from CircleCI to GitHub Actions
Migrating workflows and jobs. CircleCI defines workflows in the config.yml file, which allows you to configure more than one workflow. GitHub requires one ......
Read more >
Migrating from GitLab CI/CD to GitHub Actions
GitHub Actions and GitLab CI/CD share several configuration similarities, which makes migrating to GitHub Actions relatively straightforward.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found