Sha256: 79838dec55d860d59d485b21f00322f4c8909151afe1e916db582456bced3d83

Contents?: true

Size: 1.32 KB

Versions: 5

Compression:

Stored size: 1.32 KB

Contents

language: ruby

sudo: false

cache:
  bundler: true
  directories:
    - /home/travis/.nvm/

matrix:
  fast_finish: true

  include:
    - rvm: 2.2
      env: RUN=jshint SUITE=core

    - rvm: 2.2
      env: RUN=jshint SUITE=stdlib

    - rvm: 2.2
      env: RUN=mspec_opal_nodejs

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

    - rvm: 2.2.3
      env: RUN=mspec_rubyspec_sprockets_phantomjs

    - rvm: 2.2
      env: RUN=rspec TILT_VERSION=2.0.1

    - rvm: ruby-head
      env: RUN=rspec

    - rvm: 2.1
      env: RUN=rspec

    - rvm: 2.0
      env: RUN=rspec

    - rvm: 1.9.3
      env: RUN=rspec

    - rvm: rbx
      env: RUN=rspec

    - rvm: jruby
      env: RUN=rspec

    - rvm: jruby-head
      env: RUN=rspec

  allow_failures:
    - rvm: 2.2
      env: RUN=jshint SUITE=stdlib

    - rvm: 1.9.3
    - rvm: 2.1
    - rvm: 2.0
    - rvm: ruby-head
    - rvm: rbx
    - rvm: jruby
    - rvm: jruby-head


before_install:
  # Keep track of which version of node and phantomjs we're running the specs against
  - node -v
  - phantomjs -v
  - git submodule update --init
  - npm install -g jshint
  - npm install -g uglify-js

script:
  - "bundle exec rake $RUN"

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-0.9.4 .travis.yml
opal-0.9.3 .travis.yml
opal-0.9.2 .travis.yml
opal-0.9.0 .travis.yml
opal-0.9.0.rc1 .travis.yml