comparison .travis.yml @ 9742:0b0b9864c811 v7.4.2146

commit https://github.com/vim/vim/commit/472472898ab71ac80a86fedc37f8eb91461788dd Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 2 22:36:02 2016 +0200 patch 7.4.2146 Problem: Not enough testing for popup menu. CTRL-E does not always work properly. Solution: Add more tests. When using CTRL-E check if the popup menu is visible. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Aug 2016 22:45:05 +0200
parents 15ade5d67a0e
children 0dd0c7fb1096
comparison
equal deleted inserted replaced
9741:bb650d4489d6 9742:0b0b9864c811
60 - libperl-dev 60 - libperl-dev
61 - python-dev 61 - python-dev
62 - python3-dev 62 - python3-dev
63 - liblua5.1-0-dev 63 - liblua5.1-0-dev
64 - lua5.1 64 - lua5.1
65 - cscope
65 66
66 before_install: 67 before_install:
67 - pip install --user cpp-coveralls 68 - pip install --user cpp-coveralls
68 # Lua is not installed on Travis OSX 69 # Lua is not installed on Travis OSX
69 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi 70 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi