diff --git a/.travis.yml b/.travis.yml index 8f4055fb7..924a330af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ language: node_js node_js: - 'stable' -cache: - directories: - - node_modules +cache: false after_success: - bash scripts/build.sh