Sha256: 033fd5b594b77e5f08a0df7b3b7b9f11d974aaaf99d1db1a7388016db442434f

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

language:
  - ruby

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.0

before_install:
  - "sudo apt-get install ca-certificates"
  - "gem update --system"

install:
  - "travis_retry bundle install"

before_script:
  - "bundle exec rake db:migrate"

branches:
  only:
    - master

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clearance-1.3.0 .travis.yml
clearance-1.2.1 .travis.yml
clearance-1.2.0 .travis.yml