Travis CI

Posted by Denny at 21:39 on Wed, 16 Oct 2019

Today I set up Travis CI. The project is already being checked by CircleCI, but I've found in the past that having both running can be interesting.

In particular, Travis CI has very easy-to-use support for testing your project against multiple different releases of your language; the Perl version of ShinyCMS is occasionally tested against the latest release in each branch covering several years, to demonstrate backwards compatibility! I don't think the Ruby version will go quite so far back (due to my decision to use Rails 6), but I'd still like to set up similar testing for whatever versions it can run on.

Tags: ci tests travis ci backwards compatibility ruby rails

« Users and Authentication i18n! »

Comments

No comments found