fog/fog-digitalocean

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby

sudo: false

script: bundle exec rake test

cache: bundler

rvm:
  - 2.0
  - 2.1.10
  - 2.2.10
  - jruby-head

gemfile:
  - Gemfile
  - gemfiles/Gemfile-edge

matrix:
  fast_finish: true
  allow_failures:
    - rvm: jruby-head

notifications:
  email: false
  irc:
    channels:
      - "irc.freenode.org#ruby-fog"
    template:
      - "[#%{build_number}] %{message} %{build_url}"
      - "[#%{build_number}] %{commit} on %{branch} by %{author}"
      - "[#%{build_number}] %{compare_url}"
    on_success: always
    on_failure: always
    use_notice: false