Header banner
Revain logoHome Page
Mike Cody photo
1 Level
812 Review
60 Karma

Review on Travis CI by Mike Cody

Revainrating 4 out of 5

Travis has helped us speed up development by finding issues

The best thing about travis ci is that it allows you to run your tests at every single stage of the process which helps me to find any errors or bugs as early as possible. It's also easy for new people to use, but I think there are some features lacking such as running python scripts on windows systems. I would recommend using travis if you want to be able to find problems very quickly when writing programs. We were previously unable to do this until we started working with travis, now our program runs much faster than before because we have been able to identify problems earlier.

img 1 attached to Travis CI review by Mike Cody

ο»Ώ

Pros
  • Travis is great for finding bugs very quickly, because it runs the tests at every step of the process, so I know that if I find an error, it'll be easy to fix
Cons
  • I think Travis is missing some features that would make it more user friendly to new people