circle.yml in netsuite-0.7.6 vs circle.yml in netsuite-0.7.7

- old
+ new

@@ -1,15 +1,31 @@ \ No newline at end of file +# https://leonid.shevtsov.me/post/multiple-rubies-on-circleci/ + +machine: + environment: + RUBY_VERSIONS: 2.0.0,2.1.10,2.2.5,2.3.1,2.4.0 + +dependencies: + override: + - rvm get head + - rvm install $RUBY_VERSIONS + - rvm $RUBY_VERSIONS --verbose do gem install bundler + - rvm $RUBY_VERSIONS --verbose do bundle install + +test: + override: + - rvm $RUBY_VERSIONS --verbose do bundle exec rspec spec