Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Fix problems in Travis config
Browse files Browse the repository at this point in the history
Upgrade bundler b/c something like rubygems/bundler#3558
  • Loading branch information
dchandekstark committed Dec 18, 2015
1 parent 52bf671 commit 9e575e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install libvips-dev
- gem install bundler
bundler_args: --without production
rvm:
- 2.1
- 2.1.5
script: "bundle exec rake ci"
cache:
- bundler
- apt
env:
- DDR_AUX_API_URL=http://localhost:3000/api
2 changes: 1 addition & 1 deletion ddr-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_dependency "ddr-antivirus", "~> 2.1.1"
s.add_dependency "virtus", "~> 1.0.5"

s.add_development_dependency "bundler", "~> 1.7"
s.add_development_dependency "bundler", "~> 1.11"
s.add_development_dependency "rake"
s.add_development_dependency "sqlite3"
s.add_development_dependency "rspec-rails", "~> 3.1"
Expand Down

0 comments on commit 9e575e0

Please sign in to comment.