Sha256: f5ca2487fcc05f4d2f28858d6d8edbffeaa52a51ce6f2dc2261879e2f6d58e73

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

before_script:
  - sh -e /etc/init.d/xvfb start
  - export DISPLAY=:99.0
  - psql -c 'create database gaku_test;' -U postgres
bundler_args: --without development production
env:
  - GEM=core DB=postgres
before_install:
  - gem install bundler --pre
  - cd $GEM; export BUNDLE_GEMFILE="`pwd`/Gemfile"
script:
  - bundle exec rake test_app
  - SELENIUM=1 I18N=1 bundle exec rspec

notifications:
  email:
    - false
  irc:
    use_notice: true
    skip_join: true
    channels:
      - "irc.freenode.org#gaku"
rvm:
  - 2.0.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gaku-0.0.2 .travis.yml
gaku-0.0.1 .travis.yml