.travis.yml 153 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 language: ruby bundler_args: --without development env: - USE_OFFICIAL_GEM_SOURCE=1 rvm: - 2.0.0 script: RAILS_ENV=test bundle exec rake spec spec