File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/highline-1.7.8/

Viewing File: .travis.yml

---
language: ruby
sudo: false
script: "bundle exec rake test"
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.5
  - 2.2.0
  - 2.2.1
  - 2.2.2
  - rbx-2
notifications:
  email: false
matrix:
  allow_failures:
    - rvm: rbx-2