master
language: ruby rvm: - 1.9.3 env: - DB=sqlite script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - bundle exec rspec spec/ - bundle exec cucumber features/ - bundle exec rake jasmine:ci