yujinakayama/astrolabe

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.2.9
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - jruby-9.1.15.0
sudo: false
cache: bundler
before_install: gem update --system
script: bundle exec rake ci