Sha256: edc16efc1595db5c305a25e0c6e4375d06fe645530e44d5f397fe26442108f46
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 Bytes
Contents
language: ruby sudo: false rvm: - 2.0 - 2.1 - 2.2 gemfile: - gemfiles/Gemfile.activerecord-4.1 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 "Checking code style" && bundle exec phare' - 'echo "Running tests" && 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
microscope-1.0.1 | .travis.yml |