Sha256: f14c4b94f5c97b0265a5a112eeca312661e520aabb2f33e964f4e4fd6455c282

Contents?: true

Size: 654 Bytes

Versions: 4

Compression:

Stored size: 654 Bytes

Contents

before_script:
  - "sh -e /etc/init.d/xvfb start"
  - "if [[ `eval ruby -v` =~ 'jruby' ]]; then database_yml=spec/internal/config/database.yml.$db.jruby; else database_yml=spec/internal/config/database.yml.$db; fi;echo $database_yml;cp $database_yml config/database.yml;cp $database_yml spec/internal/config/database.yml;"
script:
  - "bundle exec rake db:create db:migrate db:test:clone"
  - "DISPLAY=:99.0 bundle exec rspec ./spec/"
  - "DISPLAY=:99.0 bundle exec cucumber"
notifications:
  email:
    - josh@isotope11.com
    - agamble@isotope11.com
rvm:
  - 1.9.2
  - 1.9.3
  - jruby-19mode
  - ruby-2.0.0-preview2

env:
  - db=mysql
  - db=postgres

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xrono-1.0.4 .travis.yml
xrono-1.0.3 .travis.yml
xrono-1.0.2 .travis.yml
xrono-1.0.1 .travis.yml