Sha256: 0bb2e6b406da88a9ce6ee93131a1059f7b5e7e1618026ac4cf668ff403f1da70
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 Bytes
Contents
language: ruby before_install: - "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete" - rvm @global do gem uninstall bundler -a -x - rvm @global do yes | gem install bundler -v '< 2.0.0' - cd spec/rails-app && BUNDLE_GEMFILE=$TRAVIS_BUILD_DIR/spec/rails-app/Gemfile bundle install && cd ../.. script: bundle exec rspec rvm: - 2.6 - 2.5 - 2.4 - 2.3 - 2.2 - ruby-head matrix: allow_failures: - rvm: ruby-head - rvm: 2.2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-authy-1.11.1 | .travis.yml |
devise-authy-1.11.0 | .travis.yml |