Skip to content

Commit

Permalink
Merge pull request #3 from ld4l/setup_travis
Browse files Browse the repository at this point in the history
Setup Travis
  • Loading branch information
elrayle committed Jan 8, 2015
2 parents efeeb61 + 972c4c3 commit d855ecc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,4 @@ rvm:
- jruby-19mode
matrix:
allow_failures:
- rvm: jruby-19mode

# Handle git submodules yourself
git:
submodules: false
# Use sed to replace the SSH URL with the public URL, then initialize submodules
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
- rvm: jruby-19mode
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ source 'https://rubygems.org'

gemspec

# GETTING FROM GEMFILE UNTIL ActiveTriples master CODE IS RELEASED (>0.4.0), THEN MOVE THIS BACK TO *.gemspec FILE
# Use active-triples for handling of triple persistence
gem 'active-triples', :git => 'git@github.com:ActiveTriples/ActiveTriples.git', :branch => 'master'

4 changes: 1 addition & 3 deletions ld4l-open_annotation_rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ Gem::Specification.new do |spec|
# spec.add_dependency('ffi', '~> 1.9.5')
spec.add_dependency('rdf', '~> 1.1')

# GETTING FROM GEMFILE UNTIL ActiveTriples master CODE IS RELEASED (>0.4.0), THEN MOVE THIS BACK TO *.gemspec FILE
# spec.add_dependency('active-triples', '~> 0.4')

spec.add_dependency('active-triples', '~> 0.5')
spec.add_dependency('active_triples-local_name', '~> 0.1')
spec.add_dependency('ld4l-foaf_rdf', '~> 0.0')

Expand Down

0 comments on commit d855ecc

Please sign in to comment.