Skip to content

Commit

Permalink
Use Gemfile.local instead of gem install
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
  • Loading branch information
cosmo0920 committed Nov 2, 2020
1 parent 593b57e commit 834fbbf
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 @@ -64,7 +64,7 @@ branches:
before_install: |
gem update --system=3.1.2
if [[ "x${USE_CAPNG}" == "xtrue" ]]; then
gem install capng_c --no-document
echo 'gem "capng_c"' >> Gemfile.local
fi
sudo: false
Expand Down

0 comments on commit 834fbbf

Please sign in to comment.