Codebase list ruby-sequenced / 6534204a-e039-46e9-bd0e-4da45660a13c/upstream .travis.yml
6534204a-e039-46e9-bd0e-4da45660a13c/upstream

Tree @6534204a-e039-46e9-bd0e-4da45660a13c/upstream (Download .tar.gz)

.travis.yml @6534204a-e039-46e9-bd0e-4da45660a13c/upstreamraw · history · blame

language: ruby
rvm:
  - 2.4.1

env:
  - DB=sqlite
  - DB=postgresql

before_script:
  - rake db:create

services:
  - postgresql