.travis.yml 282 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 before_script: - mongo mydb_test --eval 'db.addUser("travis", "test");' - gem update --system 1.4.1 > /dev/null 2>&1 - rake solr:download - RAILS_ENV=test rake solr:start script: "bundle exec rake $TASK --trace" rvm: - 1.8.7 env: - TASK=test - TASK=test:functional