Skip to content

Commit

Permalink
.travis.yml: bundle install --without development (avoid installing u…
Browse files Browse the repository at this point in the history
…nnecessary gems for running tests)

Change-Id: I192b9c57464f4059d7173777b4d031d5437ef3e7
  • Loading branch information
trinitronx committed Nov 29, 2015
1 parent 1f55e3c commit a7a9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

install:
- npm install -g validate-dockerfile
- bundle install
- bundle install --without development

script:
- docklint Dockerfile
Expand Down

0 comments on commit a7a9499

Please sign in to comment.