[travis] remove log files to prevent excess cache invalidation

This commit is contained in:
Spencer Alger 2015-06-15 18:04:11 -07:00
parent d788876e34
commit 50327a9c76

View file

@ -8,6 +8,8 @@ cache:
- esvm
- node_modules
- src/kibana/bower_components
before_cache:
- rm -rf esvm/*/logs # log files shouldn't invalidate the build
notifications:
email:
- rashid.khan@elastic.co