Skip to content

Commit b3d37f8

Browse files
committed
Fix path
1 parent be6db59 commit b3d37f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ install:
1111
- make && make install
1212
- git clone https://github.com/junegunn/vader.vim.git
1313
- export VIM_EXE=$HOME/bin/vim/bin/vim
14-
- cd $HOME
14+
- cd $HOME/build/heavenshell/vim-pydocstring
1515

1616
before_script:
1717
- $HOME/bin/vim/bin/vim --version
1818

1919
script:
20-
- pwd
21-
- ls
22-
- ls build
23-
- ls builds
2420
- cd test
2521
- ./run.sh > /dev/null && echo Success || echo Fail
2622
- cd ..

0 commit comments

Comments
 (0)