Sha256: 6e2236f62b4c504edca894acc9ed27d47be9c37fedd3cfdca80c52b70e082137

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 KB

Contents

language: ruby

sudo: false

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


matrix:
  fast_finish: true

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

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

    - rvm: 2.3.7
      nvm: "0.10"
      env: RUN=mspec_opal_nodejs

    - rvm: 2.3.7
      nvm: "0.10"
      env: RUN=mspec_ruby_nodejs TZ="/usr/share/zoneinfo/Pacific/Fiji"

    - rvm: 2.3.7
      env: RUN=mspec_ruby_sprockets_phantomjs

    - rvm: 2.3.7
      env: RUN=minitest

    - rvm: 2.3.7
      env: RUN=rspec RACK_VERSION='~> 2.0.0' CHECK_COVERAGE=true

    - rvm: ruby-head
      env: RUN=rspec

    - rvm: 2.2.10
      env: RUN=rspec TILT_VERSION=2.0.1 SPROCKETS_VERSION='~> 3.7'

    - rvm: 2.1.10
      env: RUN=rspec RACK_VERSION='< 2.0'

    - rvm: 2.0.0
      nvm: "0.10"
      env: RUN="rspec mspec_opal_nodejs" RACK_VERSION='< 2.0'

    - rvm: jruby-9.2.0.0
      env: RUN=rspec

    - rvm: jruby-head
      env: RUN=rspec

  allow_failures:
    - rvm: ruby-head
    - 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
  - export PATH="/usr/local/phantomjs-1.9.8:$PATH"
  - bundle config without doc

script:
  - "bundle exec rake $RUN"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-0.10.6 .travis.yml
opal-0.10.6.beta .travis.yml