Sha256: c4d039c46af7d1547677aa65a1a83fe239ce4fe0147498a39456f52e4c8f2a40

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

sudo: true
language: ruby
rvm:
  - 2.2.5
  - 2.3.1
env:
  - TEST_REFINEMENTS=true
  - TEST_REFINEMENTS=false
before_install: 
  - gem install bundler -v 1.12.5
  - curl -sSf https://static.rust-lang.org/rustup.sh | sudo sh -s -- --channel=nightly
  - bundle && bundle exec rake build_src && rake clean_src
script: bundle exec rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
faster_path-0.0.8 .travis.yml
faster_path-0.0.6 .travis.yml
faster_path-0.0.5 .travis.yml
faster_path-0.0.4 .travis.yml