Sha256: aaad37d95784f90a9280b2f7aabd935571a42c947976408afd916674d81c50aa
Contents?: true
Size: 516 Bytes
Versions: 2
Compression:
Stored size: 516 Bytes
Contents
language: ruby sudo: false rvm: - 2.2.6 - 2.3.3 - 2.4.0 env: - - ACTIVE_RECORD_VERSION=4.0.0 - ACTIVE_RECORD_VERSION=4.1.0 - ACTIVE_RECORD_VERSION=4.2.0 - ACTIVE_RECORD_VERSION=5.0.0 matrix: allow_failures: - rvm: 2.4.0 env: ACTIVE_RECORD_VERSION=4.0.0 - rvm: 2.4.0 env: ACTIVE_RECORD_VERSION=4.1.0 cache: bundler before_install: - gem update --system - gem --version - gem update bundler - bundler --version script: - 'bundle exec rake' notifications: email: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_hashids-0.1.5 | .travis.yml |
acts_as_hashids-0.1.4 | .travis.yml |