Sha256: 390a069c164001657c23554ab330fac0b09a5aef0b35126e6634f6acd18e29f8
Contents?: true
Size: 404 Bytes
Versions: 14
Compression:
Stored size: 404 Bytes
Contents
language: ruby rvm: - 2.3.1 # Use Postgres 9.5 # https://www.brandur.org/fragments/postgres-95-travis dist: trusty sudo: required addons: postgresql: "9.5" before_install: gem update bundler script: bundle exec rake test # To stop Travis from running tests for a new commit, # add the following to your commit message: [ci skip] # You should add this when you edit documentation or comments, etc.
Version data entries
14 entries across 14 versions & 2 rubygems