This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade bundler b/c something like rubygems/bundler#3558
- Loading branch information
1 parent
52bf671
commit 9e575e0
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters