.travis.yml 262 Bytes
rvm:
  - 1.9.2
  - 1.8.7

# Only build master branch
branches:
  only:
    - master

# 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.