Hacker News new | ask | show | jobs
by darekkay 2051 days ago
I've been using GitLab CI and Travis CI interchangeably. But the recent cut to 400 pipeline minutes on GitLab CI might make it less attractive than Travis CI, even after the current change.

EDIT: Travis seems to take 10 credits per minute, with 1000 free credits per month. So it seems to be the least generous tool with 100 minutes per month vs 400 (GitLab CI) and 2000 (GitHub Actions).

1 comments

Where did you see the "per month" for Travis? The 10,000 free credits are a one-time trial from what I can see.
This is from a Travis CI mail I got today:

> You have 1,000 credits left - these will begin counting down automatically as soon as you run your first build.

> You can use your credits to build on both private and open-source repositories using Linux, macOS, and Windows OS.

> 1,000 credits will be replenished automatically monthly. Additional Credits purchase is not available for Free Plan.

One of my colleagues got that email. It seems to be saying something quite different to the blog post and the billing documentation, and I don't understand how they fit together.

Even if the email is accurate, which is the better scenario, though, 1000 credits is 100 minutes of Linux build time (or 50 on Windows, 20 on Mac). Which is not much for any but the smallest projects.