Sha256: a486ab5a058d83014dc0bdaeafafc2db4be4fcae72b44d2db6238cc12d4a4c5f

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

language: ruby

sudo: false

cache:
  bundler: true

matrix:
  fast_finish: true

  include:
    - rvm: 2.2
      env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"

    - rvm: 2.1
      env: RUN=rspec

    - rvm: 1.9.3
      env: RUN=rspec

    - rvm: 2.0.0
      env: RUN="rspec mspec_phantom"

    - rvm: rbx
      env: RUN=rspec

    - rvm: jruby
      env: RUN=rspec

    - rvm: jruby-head
      env: RUN=rspec

  allow_failures:
    - rvm: 1.8.7
    - rvm: 1.9.3
    - rvm: 2.0.0
    - rvm: rbx
    - rvm: jruby
    - rvm: jruby-head


before_install:
  - git submodule update --init

script:
  - "bundle exec rake $RUN"

notifications:
  irc: "irc.freenode.org#opal"
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/2ea12333adebda0c2289

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.7.2 .travis.yml