On Tue, May 19, 2015 at 10:55 AM, Nick Wellnhofer <[email protected]> wrote: > On 19/05/2015 04:34, Marvin Humphrey wrote: >> >> Configuring for multiple languages is a pain with Travis, unfortunately. >> >> We might get by using multiple environment variables and a custom test >> script >> which recognizes them. >> >> language: c >> env: >> - CLOWNFISH_HOST=perl >> - CLOWNFISH_HOST=c >> - CLOWNFISH_HOST=go >> - CLOWNFISH_HOST=python >> - CLOWNFISH_HOST=ruby >> script: ./devel/bin/travis-build.sh >> >> That works against testing multiple versions for supported hosts, though. > > That was my first idea as well.
I'm working on this right now... Marvin Humphrey
