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
ed0bc8de
Commit
ed0bc8de
authored
Feb 21, 2014
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove older versions from travis
parent
c123e0ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
34 deletions
+1
-34
.travis.yml
+1
-10
gemfiles/3.0.gemfile
+0
-12
gemfiles/3.1.gemfile
+0
-12
No files found.
.travis.yml
View file @
ed0bc8de
rvm
:
-
1.9.2
-
1.9.3
-
jruby-19mode
-
rbx
-19mode
-
rbx
-
2.0.0
-
2.1.0
...
...
@@ -13,8 +12,6 @@ before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script
:
"
bundle
exec
rake
clean
test
cucumber"
gemfile
:
-
gemfiles/3.0.gemfile
-
gemfiles/3.1.gemfile
-
gemfiles/3.2.gemfile
-
gemfiles/4.0.gemfile
-
gemfiles/4.1.gemfile
...
...
@@ -24,9 +21,3 @@ matrix:
allow_failures
:
-
rvm
:
jruby-19mode
-
rvm
:
rbx-19mode
exclude
:
-
rvm
:
1.9.2
gemfile
:
gemfiles/4.0.gemfile
-
rvm
:
1.9.2
gemfile
:
gemfiles/4.1.gemfile
gemfiles/3.0.gemfile
deleted
100644 → 0
View file @
c123e0ab
# This file was generated by Appraisal
source "https://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "pry", :platform=>:ruby
gem "rails", "~> 3.0.20"
gem "paperclip", :path=>"../"
gemspec :path=>"../"
\ No newline at end of file
gemfiles/3.1.gemfile
deleted
100644 → 0
View file @
c123e0ab
# This file was generated by Appraisal
source "https://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "pry", :platform=>:ruby
gem "rails", "~> 3.1.12"
gem "paperclip", :path=>"../"
gemspec :path=>"../"
\ No newline at end of file
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