aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22018-11-01 21:34:19 +0000
committer1024x22018-11-01 21:34:19 +0000
commit27d81fc222715c990b003d816acb738e210748b4 (patch)
treed87f2ee807b3506c43d9171838af393aaafbc367
parent2ef1ffa28680c0f6cc23539c32e3f0ae764b5b6e (diff)
WHAT PART OF "DON'T USE NODE 0.10" DO YOU NOT GET TRAVIS
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e894d78..d209aae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
sudo: false
dist: trusty
language: node_js
-node_js: nodejs
+node_js: node
script:
- npm run test
- npm run build