Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cat Gemfile.lock after installing gems on travis
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
@@ -1,6 +1,8 @@
script: 'ci/travis.rb'
before_install:
- gem install bundler
after_install:
- cat Gemfile.lock
rvm:
- 1.9.3
env:
Expand Down

0 comments on commit 73cf866

Please sign in to comment.