Integrate with CircleCI

This commit is contained in:
Adriaan Zonnenberg
2017-03-26 00:25:02 +01:00
parent b5c8e6f330
commit 239401d54d
2 changed files with 11 additions and 1 deletions

10
circle.yml Normal file
View File

@@ -0,0 +1,10 @@
dependencies:
override:
- sudo add-apt-repository ppa:jonathonf/vim -y
- sudo apt-get update
- sudo apt-get install vim
- bash test/install.sh
test:
override:
- vim -u test/vimrc -c 'Vader! test/*.vader'