Skip to content

Commit

Permalink
Revert "TEST: only run installed Vim"
Browse files Browse the repository at this point in the history
This reverts commit e4eb9b5.
  • Loading branch information
blueyed committed Jan 14, 2018
1 parent 302af7d commit bed0350
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ matrix:
- env: ENV=vim72
rvm: 1.8.7
addons: { apt: { packages: [vim-nox] } }
- env: ENV=python
rvm: 1.8.7
addons: { apt: { packages: [python2.7-dev] } }
- env: ENV=python3
rvm: 1.8.7
addons: { apt: { packages: [python3-dev] } }
- env: ENV=ruby18
rvm: 1.8.7
- env: ENV=ruby20
rvm: 2.0.0
- env: ENV=neovim
- env: ENV=vim8
install: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
Expand Down

0 comments on commit bed0350

Please sign in to comment.