Skip to content

Commit

Permalink
Specify bundle install for travis.
Browse files Browse the repository at this point in the history
* Thanks to @sikachu!

Travis will now runs `bundle install --deployment` if it detects that
the project has `Gemfile.lock`. However, there's a problem in Bundler
deployment install that cause it not installing `bundler` gem into
`vendor/bundle` directory, which causes `require 'bundler'` to fail.
  • Loading branch information
drapergeek committed Aug 1, 2013
1 parent fce5ee6 commit 5acdd5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
script: "bundle exec rake spec cucumber"

install:
"bundle install"

rvm:
- 1.9.2
- 1.9.3
Expand Down

0 comments on commit 5acdd5c

Please sign in to comment.