Skip to content

Commit

Permalink
[previm#35] add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kannokanno committed May 28, 2015
1 parent a08b1bb commit 1298ffe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: generic

before_script:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis

script:
- vim --version
- /tmp/vim-themis/bin/themis test/ -r --reporter dot

notifications:
email: false

0 comments on commit 1298ffe

Please sign in to comment.