Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
5a34ef85
Commit
5a34ef85
authored
Mar 09, 2012
by
Maxwell Salzberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update travis.yml for bundler 1.1
parent
ed629102
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.travis.yml
.travis.yml
+4
-1
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+1
-1
No files found.
.travis.yml
View file @
5a34ef85
...
...
@@ -12,7 +12,10 @@ env:
-
DB=postgres BUILD_TYPE=cucumber
-
DB=mysql BUILD_TYPE=cucumber
before_install
:
"
./script/ci/before_install.sh"
before_install
:
-
gem install bundler
-
"
./script/ci/before_install.sh"
bundler_args
:
"
--without
development
production
heroku"
before_script
:
"
./script/ci/before.sh"
script
:
"
bundle
exec
rake
travis"
...
...
Gemfile
View file @
5a34ef85
...
...
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
gem
'
rails
'
,
'3.0.11'
gem
'
bundler
'
,
'>= 1.1.
rc.8
'
gem
'
bundler
'
,
'>= 1.1.
0
'
gem
'
foreman
'
,
'0.34.1'
gem
'
whenever
'
...
...
Gemfile.lock
View file @
5a34ef85
...
...
@@ -447,7 +447,7 @@ DEPENDENCIES
acts_as_api
addressable (= 2.2.4)
airbrake
bundler (>= 1.1.
rc.8
)
bundler (>= 1.1.
0
)
capistrano (~> 2.9.0)
capistrano-ext (= 1.2.1)
capistrano_colors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment