Browse Source

Updated node version in Travis CI

Oleh T 7 years ago
parent
commit
e4545541dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: node_js
 
 node_js:
-  - "node"
+  - "9"
 
 before_install:
   - cp ./server/config.example.js ./server/config.js