From 6c63836b3c0ad6e46be9a8b5bd642ff307d1e77e Mon Sep 17 00:00:00 2001 From: Dave Herman Date: Wed, 20 Sep 2017 10:44:46 -0700 Subject: [PATCH] Oops, that's `npm install ` not `npm install `. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e04dace97..b19f6147c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ addons: script: | cd cli && npm install && npm run transpile && npm test && npm link && cd .. && - cd tests && npm install neon-cli ../cli && npm test && cd .. && + cd tests && npm install ../cli && npm test && cd .. && if [[ "$TRAVIS_RUST_VERSION" == nightly* ]]; then cd compile_tests && cargo test && cd .. fi