diff --git a/.travis.yml b/.travis.yml index 8e2c379..83c5b23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,10 @@ node_js: - 8 cache: directories: + - ~/.npm + - ~/.cache - node_modules install: - - yarn + - npm install script: - - yarn test \ No newline at end of file + - npm test \ No newline at end of file