Sha256: 671d63afd3e80fbe5eaa3827d6d8e96e84e80276102ba236075c0f89876b54e5

Contents?: true

Size: 748 Bytes

Versions: 3

Compression:

Stored size: 748 Bytes

Contents

language: ruby
sudo: false
cache: bundler
bundler_args: --without development
before_script:
  - "sh -e /etc/init.d/xvfb start"
  - "bundle exec rake refinery:testing:dummy_app"
script:
  - "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
  email: true
  irc:
    use_notice: true
    skip_join: true
    channels:
      - "irc.freenode.org#refinerycms"
  campfire:
    on_success: always
    on_failure: always
    rooms:
      - secure: "JaX+Ckvdd2wqL2bD6t8PHvMDBHxWBlCrkBKPcDKxV0t0DOwzzzwxMryVqcRi\nPsmM/zvmWFATDyRmivhNOpu4lRg9RytSroxZ9nkmbLDqjCyEAZ6tv4yZXME/\nPaxPwmfwgS9g8TKjj3lSWS7rEpqqg0D5S0XIfIHrj6KB6LUmFHc="
  webhooks:
  - https://webhooks.gitter.im/e/b5d48907cdc89864b874
env:
  - DB=postgresql
  - DB=mysql
rvm:
  - 2.1
  - 2.0.0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-inquiries-3.1.0 .travis.yml
refinerycms-inquiries-3.0.1 .travis.yml
refinerycms-inquiries-3.0.0 .travis.yml