Skip to content

Commit

Permalink
Add vendor/bundle to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Mar 24, 2015
1 parent 043c375 commit 2806436
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.bundle/
/vendor/gems/
/Gemfile.lock
vendor/ruby
vendor/bundle
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: ruby
sudo: false
cache: bundler
script:
- bundle exec rake spec
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.5
matrix:
fast_finish: true
deploy:
provider: rubygems
api_key:
secure: ""
on:
rvm: 2.1.5
tags: true
all_branches: true
notifications:
email: false

0 comments on commit 2806436

Please sign in to comment.