Browse Source

Update node_js version in .travis.yml

Nathaniel Johns 5 years ago
parent
commit
9fad468152
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -1,3 +1,4 @@
 language: node_js
+node_js: "node"
 install: npm install
-script: npm run build
+script: npm run build