Skip to content

Commit

Permalink
travis: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyazin committed Jun 29, 2014
1 parent 591c28d commit ff06fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit ff06fbc

Please sign in to comment.