Преглед изворни кода

Travis: update nodejs version, cache yarn and node_modules

DIYgod пре 7 година
родитељ
комит
52607916a4
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      .travis.yml

+ 7 - 1
.travis.yml

@@ -1,3 +1,9 @@
 language: node_js
+
 node_js:
-  - "6.1"
+  - "node"
+
+cache:
+  yarn: true
+  directories:
+    - node_modules