Codebase list ruby-fog-vmfusion / c2432f6 .travis.yml
c2432f6

Tree @c2432f6 (Download .tar.gz)

.travis.yml @c2432f6raw · history · blame

language: ruby

sudo: false
dist: trusty

script: bundle exec rake test

rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - jruby-head
matrix:
  include:
    - rvm: 2.4
      env: COVERAGE=true