Skip to content

Commit f80ef2a

Browse files
author
dudu
committed
Second attempt at travis.yml
1 parent cc72be2 commit f80ef2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ language: bash
33
before_script:
44
- sudo apt-get update -qq
55
- sudo apt-get install -y vim
6-
- sudo apt-get install -y git
7-
- git clone https://github.com/dsummersl/vimunit.git vimunit
8-
- cp tests/vimrc ~/.vimrc
6+
- sudo apt-get install -y bash
7+
- git clone https://github.com/complex857/vimunit vimunit
98

109
script:
1110
- cd tests/; bash runtests.sh

0 commit comments

Comments
 (0)