From ff06fbc6ca5e3344cd6d913d8ab272b00b70cd6f Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Mon, 30 Jun 2014 00:20:46 +0400 Subject: [PATCH] travis: fix install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96a0d71..6741cf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ node_js: install: - wget -O ../cscope.tar.gz http://sourceforge.net/projects/cscope/files/cscope/15.8a/cscope-15.8a.tar.gz/download - tar xf ../cscope.tar.gz -C .. - - cd cscope-15.8a + - cd ../cscope-15.8a - ./configure - make - cd -