We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc72be2 commit f80ef2aCopy full SHA for f80ef2a
.travis.yml
@@ -3,9 +3,8 @@ language: bash
3
before_script:
4
- sudo apt-get update -qq
5
- 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
+ - sudo apt-get install -y bash
+ - git clone https://github.com/complex857/vimunit vimunit
9
10
script:
11
- cd tests/; bash runtests.sh
0 commit comments