comparison .travis.yml @ 10507:4414d4267cc2

commit https://github.com/vim/vim/commit/7034a83743459a46287944a127cc041dcf8b799c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 6 16:01:59 2017 +0100 Tune travis config for coverage with gcc only.
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Jan 2017 16:15:04 +0100
parents fce840fe075c
children 338bab9e417a
comparison
equal deleted inserted replaced
10506:fce840fe075c 10507:4414d4267cc2
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 pyopenssl ndg-httpsclient pyasn1 69 # building cffi only works sith gcc, not with clang
70 - if [ "$CC" = "gcc" ]; then pip install --user pyopenssl ndg-httpsclient pyasn1; fi
70 # Lua is not installed on Travis OSX 71 # Lua is not installed on Travis OSX
71 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi 72 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
72 73
73 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X. 74 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X.
74 before_script: 75 before_script: