diff --git a/.travis.yml b/.travis.yml index 2239a031c..18e190d0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,12 @@ addons: packages: - g++-4.8 +cache: + apt: true + directories: + - node_modules + - website/node_modules + script: - npm run build - npm run test