mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:29:59 +01:00
added travis build script
This commit is contained in:
parent
d08692340c
commit
06f141bdfb
2 changed files with 5 additions and 0 deletions
4
.travis.yml
Normal file
4
.travis.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
language: ruby
|
||||
rvm: 2.1
|
||||
before_script:
|
||||
- psql -c 'create database justask_test;' -U postgres
|
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue