Ver Fonte

configure travis to use node LTS instead of latest

d98762625 há 6 anos atrás
pai
commit
7a4f418e75
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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