thbar / kiba

Data processing & ETL framework for Ruby
https://www.kiba-etl.org
Other
1.75k stars 87 forks source link

Enable TruffleRuby-1.0.0-rc6 under TravisCI #59

Closed thbar closed 6 years ago

thbar commented 6 years ago

Since TruffleRuby support is something I want to ensure (quite useful for ETL work in the end), I'm adding this to the test matrix, using the trick they currently provide until TruffleRuby is available on TravisCI for good.

I've also added a log to ensure the Ruby version we think is in use, is actually in use.

eregon commented 6 years ago

Awesome, this is probably one of the first gems testing TruffleRuby in CI :)

thbar commented 6 years ago

Ahah great :smile: thanks for taking the time to document that, I've been trying in the past but this wasn't successful!