Likelihood to Recommend It is good tool if you are doing continuous improvements in your code and you wish it goes live whenever you push code to
GitHub . So integrating Azure Pipeline, it automatically does CI/CD in the background once you push code/merge code and it is live in few minutes. It also does some automated tests if you have wrote scripts
Read full review TravisCI is suited for workflows involving typical software development but unfortunately I think the software needs more improvement to be up to date with current development systems and TravisCI hasn't been improving much in that space in terms of integrations.
Read full review Pros Integration with SonarQube Integration with Azure DevOps Integration with GitHub Read full review It is very simple to configure a range of environment versions and settings in a simple YAML file. It integrates very well with Github, Bitbucket, or a private Git repo. The Travis CI portal beautifully shows you your history and console logs. Everything is presented in a very clear and intuitive interface. Read full review Cons The errors which we got sometimes are not clearly enough. There are some let's say hidden options, they could be more visible When the process is running we have to remember about manually refreshing to see the current status because it doesn't work automatically Read full review I think they could have a cheaper personal plan. I'd love to use Travis on personal projects, but I don't want to publish them nor I can pay $69 a month for personal projects that I don't want to be open source. There is no interface for configuring repos on Travis CI, you have to do it via a file in the repo. This make configuration very flexible, but also makes it harder for simpler projects and for small tweaks in the configuration. Read full review Usability TravisCI hasn't had much changes made to its software and has thus fallen behind compared to many other CI/CD applications out there. I can only give it a 5 because it does what it is supposed to do but lacks product innovation.
Read full review Support Rating After the private equity firm had bought this company the innovation and support has really gone downhill a lot. I am not a fan that they have gutted the software trying to make money from it and put innovation and product development second.
Read full review Alternatives Considered We have used the
GitHub CI/CD. Earlier we were using the Azure Pipelines but after
GitHub had their actions, we integrated that for CI/CD. It runs the tests and makes a production build which can be live.
GitHub CI/CD is more useful because we have to make script only once then just by few changes we can deploy it onto Azure, AWS, Google anywhere so we found it more convenient
Read full review Jenkins is much more complicated to configure and start using. Although, one you have done that, it's extremely powerful and full of features. Maybe many more than Travis CI. As per
TeamCity , I would never go back to using it. It's also complicated to configure but it is not worth the trouble.
Codeship supports integration with
GitHub , GitLab and BitBucket. I've only used it briefly, but it seems to be a nice tool.
Read full review Return on Investment we have had outages from Azure in the past Read full review It's improved my ability to deliver working code, increasing my development velocity. It increases confidence that your own work (and those of external contributors) does not have any obvious bugs, provided you have sufficient test coverage. It helps to ensure consistent standards across a team (you can integrate process elements like "go lint" and other style checks as part of your build). It's zero-cost for public/open source projects, so the only investment is a few minutes setting up a build configuration file (hence the return is very high). The .travis.yml file is a great way for onboarding new developers, since it shows how to bootstrap a build environment and run a build "from scratch". Read full review ScreenShots