Use bash, print vim version

This commit is contained in:
Ben Jackson 2019-02-20 21:28:39 +00:00
commit 79ff07b953

View file

@ -9,8 +9,11 @@ jobs:
vimImage: 'ubuntu-16.04'
container: 'puremourning/vimspector:test'
steps:
- script: python3 install_gadget.py
- bash: python3 install_gadget.py
displayName: 'Install gadgets'
- script: ./run_tests
- bash: vim --version
displayName: 'Print vim version information'
- bash: ./run_tests
displayName: 'Run the tests'