.travis.yml 262 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 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.