Skip to content

Commit

Permalink
Revert "run vint on travis ci"
Browse files Browse the repository at this point in the history
This reverts commit 6dac3f4.
  • Loading branch information
tyru committed Aug 1, 2019
1 parent 6dac3f4 commit 6662c36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- VIM_VERSION=installed
- MAKE_TARGET="clean_compiled check checkpy js/test py/test test/node_position/test_position.out"
- TEST_PROFILE=vim-profile-installed.txt
- RUN_VINT=true

install:
- |
Expand All @@ -36,15 +35,12 @@ install:
export PATH=$HOME/vim/bin:$PATH
fi
- pip install covimerage --user
- if [ "$RUN_VINT" = "true" ]; then pip install --user --upgrade vim-vint pathlib enum34 typing; fi

script:
- uname -a
- which -a vim
- vim --cmd version --cmd quit
- make --keep-going $MAKE_TARGET
- if [ "$RUN_VINT" = "true" ]; then python --version; fi
- if [ "$RUN_VINT" = "true" ]; then vint autoload; fi

after_success:
- covimerage write_coverage $TEST_PROFILE
Expand Down

0 comments on commit 6662c36

Please sign in to comment.