scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Travis multi-language support #95

Closed scottohara closed 4 years ago

scottohara commented 9 years ago

Because we want to run both ruby and node based tests; our .travis.yml file needs to explicitly run bundle install and npm install in the install section, and bundle exec rake and npm test in the script section.

If/when travis introduces support for multi-language builds; we can ideally remove these lines and as they are the defaults for both languages.

scottohara commented 4 years ago

Migrated from Travis to GitHub Actions, so this is no longer applicable