# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options language: "ruby" script: "bundle exec rake --trace" rvm: - 1.9.3 - 2.0.0 - 2.1.1