Sha256: 7432869f53f8745ed6e07ecc59d3f8f13aabeb875630e7c6984d4687e39f8a98

Contents?: true

Size: 558 Bytes

Versions: 7

Compression:

Stored size: 558 Bytes

Contents

services: memcache

bundler_args: --without development

rvm:
  - 1.9.3
  - 2.0.0

before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
  - DAEMON=1 bundle exec rake server

script: if [ $TEST_MODE = "gem" ] ; then bundle exec tdiary test ; else bundle exec rake spec:coverage test ; fi

env:
  - TEST_MODE=rack
  - TEST_MODE=rdb
  - TEST_MODE=webrick
  - TEST_MODE=secure
  - TEST_MODE=gem

notifications:
  irc: "irc.freenode.org#tdiary"

matrix:
  allow_failures:
    # webrick mode is unstable results...
    - env: TEST_MODE=webrick

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tdiary-3.2.2.20130617 .travis.yml
tdiary-3.2.2.20130614 .travis.yml
tdiary-3.2.2.20130604 .travis.yml
tdiary-3.2.2.20130527 .travis.yml
tdiary-3.2.2.20130518 .travis.yml
tdiary-3.2.2.20130508 .travis.yml
tdiary-3.2.2.20130507 .travis.yml