Skip to content

Commit

Permalink
getting travis to work
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 30, 2014
1 parent 9a74604 commit a318128
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ doc
log
pkg
tmp
Gemfile*
*.gemspec
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ rvm:
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx
install: rake develop
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# DO NOT EDIT - This file is automatically generated
# Make changes to Manifest.txt and/or Rakefile and regenerate
source "https://rubygems.org/"
gemspec
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
PATH
remote: .
specs:
torid (1.2.3)
fnv (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
fnv (0.2.0)
json (1.8.1)
minitest (5.4.2)
rake (10.3.2)
rdoc (4.1.2)
json (~> 1.4)

PLATFORMS
ruby

DEPENDENCIES
minitest (~> 5.0)
rake (~> 10.1)
rdoc (~> 4.0)
torid!

0 comments on commit a318128

Please sign in to comment.