Sha256: d036c223b8b7993ce4c815980cc09e6a24a4ead70a7599e0cb038e832b889d02

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.7
  - 2.2.3

sudo: false

language: ruby
cache: bundler

addons:
  postgresql: "9.4"
  apt:
    packages: postgresql-plpython-9.4

before_script:
  - psql -c "CREATE DATABASE chronomodel;" -U postgres

script:
  - bundle exec rake TEST_CONFIG=./spec/config.travis.yml CODECLIMATE_REPO_TOKEN=dedfb7472ee410eec459bff3681d9a8fd8dd237e9bd7e8675a7c8eb7e253bba9

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chrono_model-0.9.1 .travis.yml
chrono_model-0.9.0 .travis.yml