added travis build script

This commit is contained in:
schisma 2015-05-10 21:44:03 +02:00
parent d08692340c
commit 06f141bdfb
2 changed files with 5 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: ruby
rvm: 2.1
before_script:
- psql -c 'create database justask_test;' -U postgres

View File

@ -71,6 +71,7 @@ group :production do
end
group :development, :test do
gem 'rake'
gem 'thin'
gem 'rspec-rails', '~> 3.0.0'
gem 'factory_girl_rails', require: false