Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Apr 13, 2016
1 parent 1a1f00b commit 3e6ca3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: required
language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
Expand All @@ -10,6 +9,8 @@ gemfile:
install:
- "sudo pip install --upgrade pip"
- "sudo pip install awsebcli --ignore-installed"
- "gem install bundler"
- "bundle install"

script:
- "export EXCEPT_DEPLOYED=true"
Expand Down
3 changes: 1 addition & 2 deletions gemfiles/Gemfile.rails-4.2.x
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.2'
gemspec
gemspec :path => '../'
gem 'bundler'
gem 'rspec', '~> 3.4'
gem 'dotenv'
gem 'fuubar'
gem 'rdoc'
gem 'byebug', :platforms => [:ruby_20, :ruby_21, :ruby_22 ]
gem 'benchmark-ips'
gem 'climate_control'
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
require 'bundler/setup'
Bundler.setup

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.0.0')
require 'byebug'
end

require 'active_elastic_job'

require 'dotenv'
Expand Down

0 comments on commit 3e6ca3d

Please sign in to comment.