Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
63f717e3
Commit
63f717e3
authored
Oct 17, 2013
by
Arun Agrawal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added 3.2.15 Rails to run test.
parent
8e900b2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
.travis.yml
+8
-0
Appraisals
+3
-3
No files found.
.travis.yml
View file @
63f717e3
...
...
@@ -5,6 +5,9 @@ rvm:
-
rbx-19mode
-
2.0.0
install
:
-
"
bundle
install"
before_script
:
"
sudo
ntpdate
-ub
ntp.ubuntu.com
pool.ntp.org;
true"
script
:
"
bundle
exec
rake
clean
test
cucumber"
...
...
@@ -12,8 +15,13 @@ gemfile:
-
gemfiles/3.0.gemfile
-
gemfiles/3.1.gemfile
-
gemfiles/3.2.gemfile
-
gemfiles/4.0.gemfile
matrix
:
allow_failures
:
-
rvm
:
jruby-19mode
-
rvm
:
rbx-19mode
exclude
:
-
rvm
:
1.9.2
gemfile
:
gemfiles/4.0.gemfile
Appraisals
View file @
63f717e3
appraise "3.0" do
gem "rails", "~> 3.0.
15
"
gem "rails", "~> 3.0.
20
"
gem "paperclip", :path => "../"
end
appraise "3.1" do
gem "rails", "~> 3.1.
6
"
gem "rails", "~> 3.1.
12
"
gem "paperclip", :path => "../"
end
appraise "3.2" do
gem "rails", "~> 3.2.
6
"
gem "rails", "~> 3.2.
15
"
gem "paperclip", :path => "../"
end
...
...
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