.travis.yml 282 Bytes
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