Sha256: b27c88959f0c0d825ccbcff8d658371eac5b9f28ef12aae6371b16b046381f92

Contents?: true

Size: 530 Bytes

Versions: 168

Compression:

Stored size: 530 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.3.0

before_script:
  - cp config/database.yml.travis spec/dummy/config/database.yml
  - psql -c 'create database travis_ci_test;' -U postgres
  - bundle exec rake db:migrate

  - sh -e /etc/init.d/xvfb start

  - wget http://cdn.sencha.com/ext/gpl/ext-5.1.1-gpl.zip
  - unzip -q ext-5.1.1-gpl.zip
  - mv ext-5.1.1 spec/dummy/public/extjs
  - ln -s `pwd`/spec/dummy/public/icons/ spec/dummy/public/extjs/icons

script:
  - export DISPLAY=:99.0
  - bundle exec rake

addons:
  postgresql: "9.4"

Version data entries

168 entries across 168 versions & 1 rubygems

Version Path
marty-14.3.0 .travis.yml
marty-14.0.0 .travis.yml
marty-13.0.2 .travis.yml
marty-11.0.0 .travis.yml
marty-10.0.3 .travis.yml
marty-10.0.2 .travis.yml
marty-10.0.0 .travis.yml
marty-9.5.1 .travis.yml
marty-9.5.0 .travis.yml
marty-9.3.3 .travis.yml
marty-9.3.2 .travis.yml
marty-9.3.0 .travis.yml
marty-8.5.0 .travis.yml
marty-8.4.1 .travis.yml
marty-8.3.1 .travis.yml
marty-8.2.0 .travis.yml
marty-8.0.0 .travis.yml
marty-6.1.0 .travis.yml
marty-5.2.0 .travis.yml
marty-5.1.4 .travis.yml