Sha256: 1e122c271661de2bca545dbeed8bd0ab402d5b9972db0296dd76bdfbba05c5e3

Contents?: true

Size: 585 Bytes

Versions: 3

Compression:

Stored size: 585 Bytes

Contents

language: ruby

sudo: false

services: memcache

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
  - ruby-head

cache:
  bundler: true
  directories:
    - node_modules
    - bower_components

# ignored --deployment option
bundler_args: "--without server --jobs=3 --retry=3"

before_install:
  - "echo 'gemspec' > Gemfile.local"

before_script:
  - npm install
  - grunt

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdiary-4.1.1 .travis.yml
tdiary-4.1.0 .travis.yml
tdiary-4.1.0.20141126 .travis.yml