Codebase list ruby-fog-vmfusion / fresh-snapshots/upstream .travis.yml
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

.travis.yml @fresh-snapshots/upstreamraw · 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