aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-03-21bugfix/issue-229-fixing-neovim-0-4-compatibilitymitermayer
- Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots
2020-02-15Adding support for prettier ruby pluginmitermayer
- Update docker container image to be able to run the prettier ruby plugin tests
2020-02-15Adding support for prettier python pluginmitermayer
- updating Dockerfile to include python3 on vim test bed image in order to work with prettier python plugin - prettier python plugin seems to require python3 to be available on the system
2020-02-12Fixing dockerfilemitermayer
- Ensuring that we don't use the default image vim versions for testing
2019-08-31enabling-tests-to-auto-run-on-ci - Enabling newly fixed docker imagemitermayer
- Docker image is now ready to be tested
2019-08-31enabling-tests-to-auto-run-on-ci - Updating docker containermitermayer
- Updating Dockerfile to ensure we have a compatible vim version to vim-driver
2019-08-30enabling-tests-to-auto-run-on-ci - fixing test execution runmitermayer
- fix test execution command and docker image ref
2019-08-30enabling-tests-to-auto-run-on-ci - Fixing linting and moving to use yarnmitermayer
on the tests - fixing lint that was forced to test build - use yarn over npm - use yarn cache
2019-08-30enabling-tests-on-ci - Enabling tests as part of the CI runmitermayer
- Ensuring we can run vim-driver tests on the CI
2019-08-27Updating Dockerfile image to have all vint dependencies in placemitermayer
2019-08-26Adding docker config for building test containersmitermayer
- As part of integrating vim-driver as main testing platform for vim-prettier we will now ensure we can run tests on vim7 vim8 and neovim