.travis.yml 227 Bytes
language: ruby
rvm:
  - 1.9.3
  - 1.9.2
  - 1.8.7

# To stop Travis from running tests for a new commit,
# add the following to your commit message: [ci skip]
# You should add this when you edit documentation or comments, etc.