mikamai/akamai_api

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
bundler_args: --without development
language: ruby
rvm: 2.2.5
matrix:
  fast_finish: true
script:
  - bundle exec thor spec
  - bundle exec thor features
after_script: bundle exec thor coveralls