Sha256: a8bd47208e4092b935b59060ad02715ff722026a1ab3bfea7ab71d6a692cc45b

Contents?: true

Size: 796 Bytes

Versions: 6

Compression:

Stored size: 796 Bytes

Contents

language: ruby

rvm:
  - 2.0.0
  - 1.9.3

gemfile:
  - gemfiles/Gemfile.activerecord-4.0
  - gemfiles/Gemfile.activerecord-3.2.x

env:
  - DB_ADAPTER=sqlite3
  - DB_ADAPTER=mysql2
  - DB_ADAPTER=postgresql

before_script:
  - mysql -e 'create database microscope_test;'
  - psql -c 'create database microscope_test;' -U postgres

script: "echo 'DO IT' && bundle exec rake spec"

notifications:
  hipchat:
    rooms:
      secure: cJWiEh3XNWrEkoeaZd5Kyx3igwOJto+B8jPiyr38Kfv8Z2WLINkHbMQXcd37/tIubX6w9VWjWJ2TuX5cK2H07EraPDDYAHJlnoR/WIPoYwQoXGUWqGH26O2LdBiLs9JcBQ9rKT8K8wmQuxf2rTpY7lN2RoKMjjEjcleWJwQG/3w=
    template:
      - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Build</a>/<a href="%{compare_url}">Changes</a>)'
    format: 'html'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
microscope-0.6.1 .travis.yml
microscope-0.6 .travis.yml
microscope-0.5.10 .travis.yml
microscope-0.5.9 .travis.yml
microscope-0.5.8 .travis.yml
microscope-0.5.7 .travis.yml