Sha256: 7890d7aaec2a141c92c6b8c30143b8300ff49b7ed4fdfbb33466a2e4d1edb628

Contents?: true

Size: 707 Bytes

Versions: 1

Compression:

Stored size: 707 Bytes

Contents

language: ruby
sudo: false

cache:
  bundler: true
  directories:
  - node_modules

env:
  global:
    - OPAL_VERSION="~> 0.10.0"

matrix:
  fast_finish: true

  include:
    - rvm: 2.4.5
      env: RUN=mri_sanity_check
    - rvm: 2.3.8
      env: RUN=mri_sanity_check
    - rvm: 2.5.3
      env: RUN=mri_sanity_check
    - rvm: 2.5.3
      env: RUN=rake_only
    - rvm: 2.5.3
      env: RUNNER=node RUN=rake_only

before_install:
  - "export PATH=`pwd`/node_modules/phantomjs-prebuilt/bin:$PATH"
  - "echo $PATH"
  - phantomjs -v | grep 2.1 || npm install phantomjs-prebuilt # get rate limits from bitbucket download source, so get from NPM if we don't have it already

script:
  - "bundle exec rake $RUN"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-rspec-0.6.2 .travis.yml