Markdown Vim Mode
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
240 B

  1. language: vim
  2. install: |
  3. sudo apt-get update
  4. sudo apt-get install vim
  5. cd ..
  6. git clone https://github.com/godlygeek/tabular
  7. git clone https://github.com/junegunn/vader.vim
  8. script: |
  9. cd "$TRAVIS_BUILD_DIR"
  10. ./test/run-tests.sh