Sha256: ff496c31b69855fdac43f4a4abd84b03b20d541c0ad7c24150ac1a996e058d6a

Contents?: true

Size: 302 Bytes

Versions: 10

Compression:

Stored size: 302 Bytes

Contents

sudo: false
branches:
  only:
    - master
language: ruby
cache: bundler
env:
  - RAILS_VERSION=4.0
  - RAILS_VERSION=3.2
rvm:
  - 1.9.3
  - 2.1.2

script: bundle exec rspec
before_script:
  - bundle exec rake app:db:create
  - bundle exec rake app:db:migrate
  - bundle exec rake app:db:test:prepare

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hubstats-0.5.9 .travis.yml
hubstats-0.5.7 .travis.yml
hubstats-0.5.6 .travis.yml
hubstats-0.5.5 .travis.yml
hubstats-0.5.4 .travis.yml
hubstats-0.5.3 .travis.yml
hubstats-0.5.2 .travis.yml
hubstats-0.5.1 .travis.yml
hubstats-0.5.0 .travis.yml
hubstats-0.4.4 .travis.yml