diff --git a/.travis.yml b/.travis.yml index 0f9c739..9138bc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,9 @@ language: node_js + node_js: - - "6.1" \ No newline at end of file + - "node" + +cache: + yarn: true + directories: + - node_modules \ No newline at end of file