-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (27 loc) · 842 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: viml
go: 1.5
branches:
only:
- master
- develop
- /^feat(ure)?-.*$/
- /^(hot)?fix-.*$/
addons:
apt:
packages:
- vim
before_install:
- export GOPATH=/home/travis/gopath
- export PATH=$GOPATH/bin:$PATH
- git config --global user.email "[email protected]"
- git config --global user.name "Travis"
install:
- go get github.com/google/git-appraise/git-appraise
before_script:
- vim --version
- git clone https://github.com/thinca/vim-themis
- git clone https://github.com/syngan/vim-vimlint /tmp/vim-vimlint
- git clone https://github.com/ynkdir/vim-vimlparser /tmp/vim-vimlparser
script:
- vim-themis/bin/themis --reporter dot test
- sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -c func_abort=1 autoload/gitappraise.vim plugin