Skip to content

Commit 73cf866

Browse files
committed
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.
1 parent 6ba93ac commit 73cf866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
script: 'ci/travis.rb'
22
before_install:
33
- gem install bundler
4+
after_install:
5+
- cat Gemfile.lock
46
rvm:
57
- 1.9.3
68
env:

0 commit comments

Comments
 (0)