Skip to content

Commit

Permalink
[travis] remove build logs from installed gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Mar 27, 2016
1 parent ecc70e4 commit 2c13f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ gemfile:
before_install:
- gem install bundler --version 1.11.2
- export BUNDLE_PATH="${TRAVIS_BUILD_DIR}/vendor/bundle"
before_cache:
- rm -f ${BUNDLE_PATH}/**/extensions/**/{gem_make.out,mkmf.log}
script:
- bundle exec rake spec
- script/integration.sh
Expand Down

0 comments on commit 2c13f86

Please sign in to comment.