sqitchers / homebrew-sqitch

Homebrew Formulas for Sqitch
22 stars 10 forks source link

Add Travis-CI configuration to test homebrew package #23

Closed zmughal closed 7 years ago

zmughal commented 7 years ago

Based on configuration from http://stackoverflow.com/questions/20396325/using-travis-ci-to-test-homebrew-tap.

I'm currently using cpanm's --skip-satisfied option since I had some issues with getting Time::HiRes to build on Travis-CI. This way it will use the version already on the system.


P.S. Thanks a lot for putting together this tap! I'm planning on using it as a base for an application package I'm going to release on CPAN. To see this Travis-CI configuration in action, check this PR and this build log.

firefox_2016-09-21_03-14-17

Add a button: Build Status

[![Build Status](https://travis-ci.org/theory/homebrew-sqitch.svg?branch=master)](https://travis-ci.org/theory/homebrew-sqitch)
theory commented 7 years ago

Thanks! Let's see how it works.