twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Make Travis test gem installation #63

Closed dentarg closed 5 years ago

dentarg commented 7 years ago

Seen on https://github.com/sickill/rainbow/commit/30904393e61844304abc0f9f00226497fc1b8201


matrix:
  include:
    - rvm: 2.0.0

...

    - rvm: 2.2.6
      install: true # This skips 'bundle install'
      script: gem build rainbow && gem install *.gem