Sha256: 4a14c8811688905569d5d6c6cc354ec996f8206fa92e9fa26d94657c9fc56644
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
language: ruby sudo: false cache: bundler bundler_args: --no-deployment --binstubs=./bin before_install: - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - gem install bundler - gem update bundler install: - bundle install --path vendor/bundle script: - echo $BUNDLE_GEMFILE - bundle exec rake gemfile: - gemfiles/rails_4.0.0.gemfile - gemfiles/rails_4.1.1.gemfile - gemfiles/rails_4.2.0.gemfile - gemfiles/rails_5.0.0.gemfile - gemfiles/rails_5.0.2.gemfile - gemfiles/rails_5.1.0.rc1.gemfile rvm: - 2.2.2 - 2.2.5 - 2.3.1 - 2.3.2 - 2.3.3 - 2.4.0 notifications: email: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asana_exception_notifier-1.0.2 | .travis.yml |