comparison .travis.yml @ 10505:b0cd1a60939c

commit https://github.com/vim/vim/commit/294740d2ac42e3dfdc7f0f6f02a6e2ff2d17c848 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 15:28:44 2017 +0100 Attempt to make coverage working again.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 15:30:04 +0100
parents 2579df47c3b6
children fce840fe075c
comparison
equal deleted inserted replaced
10504:8a56542d8e0d 10505:b0cd1a60939c
64 - lua5.1 64 - lua5.1
65 - cscope 65 - cscope
66 66
67 before_install: 67 before_install:
68 - pip install --user cpp-coveralls 68 - pip install --user cpp-coveralls
69 - pip install --user requests[security]
69 # Lua is not installed on Travis OSX 70 # Lua is not installed on Travis OSX
70 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi 71 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
71 72
72 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X. 73 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X.
73 before_script: 74 before_script: