Skip to content

Commit

Permalink
cat Gemfile.lock after installing gems on travis
Browse files Browse the repository at this point in the history
It may be useful to view Gemfile.lock. If the build fails we can inspect
it locally with exactly the same environment.
  • Loading branch information
drogus committed May 29, 2012
1 parent 6ba93ac commit 73cf866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
script: 'ci/travis.rb' script: 'ci/travis.rb'
before_install: before_install:
- gem install bundler - gem install bundler
after_install:
- cat Gemfile.lock
rvm: rvm:
- 1.9.3 - 1.9.3
env: env:
Expand Down

0 comments on commit 73cf866

Please sign in to comment.