diff options
author | 1024x2 | 2018-11-01 21:32:12 +0000 |
---|---|---|
committer | 1024x2 | 2018-11-01 21:32:12 +0000 |
commit | 2ef1ffa28680c0f6cc23539c32e3f0ae764b5b6e (patch) | |
tree | 1543e73ef08c321c4063d6e7b70746e644548df3 | |
parent | 9b15b5ba25b7907addf96691bdaa7801cfb9557a (diff) |
can you non't
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 905ccd0..e894d78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ +sudo: false +dist: trusty language: node_js -node_js: "nodejs" -install: npm i --save-dev +node_js: nodejs script: - npm run test - npm run build |