Sha256: 92462bab60fe1e638e7eaf975443b66fb77ef6108b9daf2b41100c7a89420482

Contents?: true

Size: 340 Bytes

Versions: 10

Compression:

Stored size: 340 Bytes

Contents

sudo: true
language: ruby
rvm:
  - 2.2.5
  - 2.3.1
env:
  - TEST_MONKEYPATCHES=true
  - TEST_MONKEYPATCHES=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

10 entries across 10 versions & 1 rubygems

Version Path
faster_path-0.1.8 .travis.yml
faster_path-0.1.7 .travis.yml
faster_path-0.1.6 .travis.yml
faster_path-0.1.5 .travis.yml
faster_path-0.1.4 .travis.yml
faster_path-0.1.3 .travis.yml
faster_path-0.1.2 .travis.yml
faster_path-0.1.1 .travis.yml
faster_path-0.1.0 .travis.yml
faster_path-0.0.9 .travis.yml