setting up travis ci env

This commit is contained in:
Michael McCabe
2013-09-10 09:17:40 -04:00
parent 292e8d9845
commit 987b6d8844
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
language: ruby
rvm:
- "1.9.3"
before_script: rake db:migrate
+1
View File
@@ -18,6 +18,7 @@ group :development do
gem 'bundler-audit'
gem 'guard-livereload'
gem 'rack-livereload'
gem 'travis-lint'
end
gem 'gauntlt'
+4
View File
@@ -102,6 +102,7 @@ GEM
guard (>= 1.1.0)
haml (4.0.2)
tilt
hashr (0.0.22)
highline (1.6.16)
hike (1.2.2)
http_parser.rb (0.5.3)
@@ -207,6 +208,8 @@ GEM
ref
thor (0.18.1)
tilt (1.3.7)
travis-lint (1.7.0)
hashr (~> 0.0.22)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
@@ -247,5 +250,6 @@ DEPENDENCIES
sass-rails (~> 3.2.3)
sqlite3
therubyracer
travis-lint
uglifier (>= 1.0.3)
unicorn