Przeglądaj źródła

configure travis to use node LTS instead of latest

d98762625 6 lat temu
rodzic
commit
7a4f418e75
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - node
+  - lts/*
 addons:
   chrome: stable
 install: npm install