Skip to content

Commit

Permalink
trying to get travis to work
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Mar 18, 2013
1 parent 100f0f3 commit defe0a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: ruby
bundler_args: --without development production
rvm:
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
before_script:
- mysql -e 'create database huginn_test;'
script: "bundle exec rake"
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ gem "twitter"
gem 'twitter-stream', '>=0.1.16'
gem 'em-http-request'

gem 'unicorn'
group :production do
gem 'unicorn'
end

group :development do
gem 'capistrano'
Expand All @@ -47,4 +49,5 @@ group :development, :test do
gem 'rspec'
gem 'rr'
gem 'webmock', :require => false
gem 'rake'
end
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ DEPENDENCIES
pry
rails
rails_admin
rake
rr
rspec
rspec-rails
Expand Down

0 comments on commit defe0a6

Please sign in to comment.