From b8eea896b55c89bf9719f2890239e082f347abd9 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Mon, 30 Jun 2014 00:25:37 +0400 Subject: [PATCH] travis: add npm install --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6741cf8..e562a71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ install: - ./configure - make - cd - + - npm install before_script: - export PATH=../cscope-15.8a/src:${PATH}