Software Alternatives, Accelerators & Startups

BugHerd VS Travis CI

Compare BugHerd VS Travis CI and see what are their differences

BugHerd logo BugHerd

BugHerd: The Website Feedback Tool for Agencies

Travis CI logo Travis CI

Focus on writing code. Let Travis CI take care of running your tests and deploying your apps.
  • BugHerd Landing page
    Landing page //
    2022-06-09

BugHerd is the world's leading website feedback and bug-tracking tool. Globally, thousands of leading agencies and marketing teams love it for the ease and collaboration it brings to their website projects.

BugHerd has revolutionised the way agencies collect and manage website feedback from clients and internal teams. It is perfect for teams and individuals involved in website design and development. With BugHerd you can easily pin feedback directly to specific elements of the web pages. It acts as a transparent layer on the website that is visible only to you and your team. Submitted feedback and bugs are sent to a central Kanban task board that provides all stakeholders with full visibility of the project.

Get started in 3 easy steps:

STEP 1

Go to bugherd.com and click Start 14-day Free trial. 

STEP 2

Sign up to create your first project. You can test BugHerd out on any website. It will only be visible to you.

STEP 3

And voila! You can start collecting feedback and invite others to try it out with you. It’s that simple.

  • Travis CI Landing page
    Landing page //
    2023-01-06

BugHerd

$ Details
paid Free Trial $39.0 / Monthly (5 Users, 10 GB Data Storage)
Platforms
Browser Windows Web Google Chrome Mac OSX Firefox
Release Date
2010 January

BugHerd features and specs

  • Audit Trail: Yes
  • Backlog Management: Yes
  • Task management: Yes
  • Ticket management: YES
  • Workflow Management: Yes
  • Collaboration Tools: Yes
  • Task Board View: Yes
  • To Do List View: Yes
  • Easy Set Up: Yes
  • Guest Feedback: Yes
  • Feedback & Commenting: Yes
  • Feedback widget: Yes
  • Capture Metadata: Yes
  • Integrations: Yes
  • Annotations: Yes
  • Public Feedback: Yes
  • Unlimited Guests: Yes
  • Real Time Commenting: Yes
  • Kanban board: Yes
  • Triarge Feedback: Yes
  • API Support: Yes

Travis CI features and specs

No features have been listed yet.

BugHerd videos

Looking For Bug Tracking Software? Bugherd Review + Tutorial

More videos:

  • Review - What is BugHerd?
  • Tutorial - BugHerd Tutorial
  • Review - BugHerd: Visual Feedback Tool for Websites
  • Tutorial - Take a look at BugHerd

Travis CI videos

GitHub, Travis CI - Lecture 9 - CS50's Web Programming with Python and JavaScript 2018

More videos:

  • Tutorial - How to run Android tests on Travis CI

Category Popularity

0-100% (relative to BugHerd and Travis CI)
Visual Bug Reports
100 100%
0% 0
Continuous Integration
0 0%
100% 100
Project Management
100 100%
0% 0
DevOps Tools
0 0%
100% 100

User comments

Share your experience with using BugHerd and Travis CI. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare BugHerd and Travis CI

BugHerd Reviews

30 Best Customer Feedback Survey Tools: An Overview | Mopinion
Bugherd is primarily an issue tracking and project management tool for developers and designers. However, this tool also has an in-page feedback option, which allows customers to report bugs straight from the website. The visual task board makes it easy to manage, assign and prioritise tasks quickly. Bugherd can also be integrated with several apps like zapier, slack and...
Source: mopinion.com
Top 17 Best Bug Tracking Tools: an overview 19 Jun 2017
BugHerd is a web-based issue tracking project management tool. Intended for developers and designers, issues are organised around four lists: Backlog, To Do, Doing and Done – enabling teams to keep up with the status of various tasks. The tool captures a screenshot of the issue including the exact HTML element being annotated. Already have a tool such as Redmine or Pivotal...
Source: mopinion.com
Top 10 Bug Tracking Tools for Web Developers and Designers
BugHerd toolbar is intuitively designed to be like a Kanban Board and can register all kinds of prioritized issues including screenshots. It enables web developers to identify the bugs directly through entering the website URL in BugHerd toolbar. It is extremely easy to access and also contains all the technical documentations for resolving bugs clinically.
Bug Tracker Needed? Here 6 Best Bug Tracking Software to Use
So, the main difference is that this is already a specialized bug tracker. Using GitHub you should always manually include any related information such as a concrete page on which the bug was found, screen resolution, the operating system, etc., then with Bugherd this meta information is tracked and added automatically.
Source: everhour.com

Travis CI Reviews

The Best Alternatives to Jenkins for Developers
Travis CI is another popular cloud-based CI/CD solution that integrates well with GitHub. Known for its simplicity and ease of setup, Travis CI is a great choice for open-source projects or teams that primarily work with GitHub repositories. Its configuration is based on a YAML file, making it easy to define and manage build workflows.
Source: morninglif.com
Top 10 Most Popular Jenkins Alternatives for DevOps in 2024
Travis CI is known for its simple setup, quick parallel builds, and support for multiple architectures, including popular enterprise options like IBM PowerPC and IBM Z. It’s claimed that pipelines require approximately 33% less configurable code than other CI/CD solutions, which helps make the platform more approachable. Use it instead of Jenkins when you want a fast...
Source: spacelift.io
10 Jenkins Alternatives in 2021 for Developers
You might find that Travis CI proudly promotes the fact that they have more than 900,000 open-source projects and 600,000 users on their platform with Travis CI. Automated deployment can be quickly established by following the tutorials and documentation that are currently available on their website.
The Best Alternatives to Jenkins for Developers
Travis CI is a continuous integration and testing CI/CD tool. It is free of cost for open source projects and provides seamless integration with GitHub. It supports more than 20 languages, like Node.js, PHP, Python, etc. along with Docker.
Continuous Integration. CircleCI vs Travis CI vs Jenkins
Travis CI is recommended for cases when you are working on the open-source projects, that should be tested in different environments.
Source: djangostars.com

Social recommendations and mentions

Based on our record, Travis CI should be more popular than BugHerd. It has been mentiond 6 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

BugHerd mentions (4)

Travis CI mentions (6)

  • Front-end Guide
    We used Travis CI for our continuous integration (CI) pipeline. Travis is a highly popular CI on Github and its build matrix feature is useful for repositories which contain multiple projects like Grab's. We configured Travis to do the following:. - Source: dev.to / over 1 year ago
  • Flutter
    CI/CD for autobuild + autotests (Codemagic or Travis CI). Source: over 1 year ago
  • How To Build Your First CI/CD Pipeline With Travis CI?
    Step 2: Log on to Travis CI and sign up with your GitHub account used above. - Source: dev.to / almost 2 years ago
  • What does a DevOps engineer actually do?
    Some other hosted CI products, such as CircleCI and Travis Cl, are completely hosted in the cloud. It is becoming more popular for small organizations to use hosted CI products, as they allow engineering teams to begin continuous integration as soon as possible. Source: almost 3 years ago
  • Hosting an Angular application on GitHub Pages using Travis CI
    1. Let's create the account. Access the site https://travis-ci.com/ and click on the button Sign up. - Source: dev.to / about 3 years ago
View more

What are some alternatives?

When comparing BugHerd and Travis CI, you can also consider the following products

Marker.io - Visual feedback and bug reporting tool for websites

Jenkins - Jenkins is an open-source continuous integration server with 300+ plugins to support all kinds of software development

Pastel - Sticky note-based feedback collection tool for live websites

CircleCI - CircleCI gives web developers powerful Continuous Integration and Deployment with easy setup and maintenance.

Usersnap - Usersnap is a customer feedback software for SaaS companies that need to constantly improve and grow their products.

Codeship - Codeship is a fast and secure hosted Continuous Delivery platform that scales with your needs.