diff options
author | 1024x2 | 2018-11-01 21:34:19 +0000 |
---|---|---|
committer | 1024x2 | 2018-11-01 21:34:19 +0000 |
commit | 27d81fc222715c990b003d816acb738e210748b4 (patch) | |
tree | d87f2ee807b3506c43d9171838af393aaafbc367 /.travis.yml | |
parent | 2ef1ffa28680c0f6cc23539c32e3f0ae764b5b6e (diff) |
WHAT PART OF "DON'T USE NODE 0.10" DO YOU NOT GET TRAVIS
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |