Sha256: ddb22cd223436f1269ead2f80e3f56d1a645ad7c25e8f750bdcec0a2162aab6a

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

language: ruby
sudo: false
cache: bundler
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
branches:
  only:
    - 3.1-stable
before_script: 'bundle exec rake alchemy:spec:prepare'
script: 'bundle exec rspec'
env:
  - DB=mysql
  - DB=postgresql
  - RAILS_VERSION=4.0.13
notifications:
  irc:
    on_success: change
    on_failure: always
    use_notice: true
    channels:
      - "irc.freenode.org#alchemy_cms"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alchemy_cms-3.1.3 .travis.yml
alchemy_cms-3.1.1 .travis.yml