diff options
author | aph <a.hewson@gmail.com> | 2014-03-30 12:57:23 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-01 08:06:20 -0300 |
commit | 7fd140b99ac1a3762f68f9d24360aecf1330e6e2 (patch) | |
tree | 400117b9011b27d66b2a9fa948c6eb825f6fbc1d /scripts/travis-setup.sh | |
parent | 55d95c1cd040a1ab0d28287ccba09b93e3ffaa93 (diff) | |
download | rneovim-7fd140b99ac1a3762f68f9d24360aecf1330e6e2.tar.gz rneovim-7fd140b99ac1a3762f68f9d24360aecf1330e6e2.tar.bz2 rneovim-7fd140b99ac1a3762f68f9d24360aecf1330e6e2.zip |
enable coveralls support
Diffstat (limited to 'scripts/travis-setup.sh')
-rwxr-xr-x | scripts/travis-setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/travis-setup.sh b/scripts/travis-setup.sh index 2ed2b9e9eb..e372a64b03 100755 --- a/scripts/travis-setup.sh +++ b/scripts/travis-setup.sh @@ -42,3 +42,5 @@ wget -q -O - http://llvm.org/releases/3.4/clang+llvm-3.4-x86_64-unknown-ubuntu12 # [ -n "$USE_CLANG_34" ] && # apt-get -qq -y --no-install-recommends install clang-3.4 lldb-3.4 + +pip install cpp-coveralls --use-mirrors |