Skip to content

Commit

Permalink
Add support files for Travis CI and Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycole committed May 9, 2014
1 parent 6afbabe commit 92db137
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -0,0 +1,2 @@
language: ruby
script: bundle exec rspec spec
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'rspec'
gem 'bindata', '>= 1.4.5'
20 changes: 20 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
bindata (1.6.0)
diff-lcs (1.2.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)

PLATFORMS
ruby

DEPENDENCIES
bindata (>= 1.4.5)
rspec

0 comments on commit 92db137

Please sign in to comment.