Sha256: 4baaeb16386ad8365770a083747e47946f236a6f84f5ab749783ab16a6c01dbd
Contents?: true
Size: 408 Bytes
Versions: 7
Compression:
Stored size: 408 Bytes
Contents
# 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
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
netsuite-0.8.3 | circle.yml |
netsuite-0.8.2 | circle.yml |
netsuite-0.8.1 | circle.yml |
netsuite-0.8.0 | circle.yml |
netsuite-0.7.9 | circle.yml |
netsuite-0.7.8 | circle.yml |
netsuite-0.7.7 | circle.yml |