Sha256: 8254b0ef122bb71eb124f5d297a95a3ea94411fe808af72124df0822d97720aa
Contents?: true
Size: 635 Bytes
Versions: 1
Compression:
Stored size: 635 Bytes
Contents
language: ruby cache: bundler rvm: - 2.4.1 - 2.3.3 - 2.2.6 sudo: false services: mongodb before_install: - gem update --system - gem install bundler branches: only: - "master" before_script: - mysql -e 'CREATE DATABASE statesman_test;' - psql -c 'CREATE DATABASE statesman_test;' -U postgres script: - bundle exec rubocop - bundle exec rake env: - "RAILS_VERSION=4.2.8" - "RAILS_VERSION=4.2.8 DATABASE_URL=mysql2://root@localhost/statesman_test" - "RAILS_VERSION=4.2.8 DATABASE_URL=postgres://postgres@localhost/statesman_test" - "RAILS_VERSION=5.0.0 EXCLUDE_MONGOID=true" matrix: exclude: []
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
statesman-3.0.0 | .travis.yml |