Sha256: 1b6661da94edd8e4b806650c7430134d34b82e8af468a2f1ebb74c0f5e720b92
Contents?: true
Size: 351 Bytes
Versions: 10
Compression:
Stored size: 351 Bytes
Contents
# Not setup yet language: ruby sudo: false cache: bundler rvm: - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.1.4 - 2.1.5 - 2.1.6 - 2.2.0 - 2.2.1 - 2.2.2 - 2.2.3 - ruby-head before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" matrix: allow_failures: - rvm: ruby-head script: - bundle exec rspec - bundle exec rubocop
Version data entries
10 entries across 10 versions & 1 rubygems