--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 - 2.2.0 script: - bundle exec rake test:unit - if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ] ; then rake test:integration ; fi