Sha256: 604fbb193a06e3fc833edf6f0ead335d2e6124a4ffe04ba5b8aa320eef1baac3

Contents?: true

Size: 564 Bytes

Versions: 4

Compression:

Stored size: 564 Bytes

Contents

services: memcache

rvm:
  - 1.9.3
  - 2.0.0

before_install:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"

before_script:
  - DAEMON=1 bundle exec rake server

script: if [ $TEST_MODE = "gem" ] ; then bundle exec tdiary test ; else bundle exec rake spec spec:acceptance:rdb jasmine:ci 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

4 entries across 4 versions & 1 rubygems

Version Path
tdiary-4.0.0 .travis.yml
tdiary-3.2.2.20130727 .travis.yml
tdiary-3.2.2.20130722 .travis.yml
tdiary-3.2.2.20130720 .travis.yml