Sha256: 72dc5095717d426eb88e8fa908168dea90375353e80c80106d3820aeac7e30cd

Contents?: true

Size: 530 Bytes

Versions: 5

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.0-gpl.zip
  - unzip -q ext-5.1.0-gpl.zip
  - mv ext-5.1.0 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

5 entries across 5 versions & 1 rubygems

Version Path
marty-0.5.34 .travis.yml
marty-0.5.33 .travis.yml
marty-0.5.32 .travis.yml
marty-0.5.31 .travis.yml
marty-0.5.30 .travis.yml