.travis.yml 245 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 language: ruby rvm: - 1.9.3 - 1.9.2 - 1.8.7 services: mongodb # 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.