Sha256: 2b72f7cffb716f152ab87ea747c0e7ebf282489aebdfcbfcea30aa731fb1fdd3

Contents?: true

Size: 539 Bytes

Versions: 5

Compression:

Stored size: 539 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
branches:
  only:
    - 2.5-stable
before_script:
  - sudo spec/support/ci/install_phantomjs
  - "export PATH=phantomjs/bin:$PATH"
  - phantomjs --version
  - "sh -c 'cd spec/dummy && RAILS_ENV=test bundle exec rake db:create db:schema:load --trace'"
script: "bundle exec rspec spec $SPEC_FLAGS"
env:
  - DB=mysql SPEC_FLAGS="-t ~type:request"
  - DB=postgresql SPEC_FLAGS="-t ~type:request"
  - DB=mysql SPEC_FLAGS="-t type:request"
matrix:
  allow_failures:
    - env: DB=mysql SPEC_FLAGS="-t type:request"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-2.5.2.2 .travis.yml
alchemy_cms-2.5.2.1 .travis.yml
alchemy_cms-2.5.2 .travis.yml
alchemy_cms-2.5.1 .travis.yml
alchemy_cms-2.5.0 .travis.yml