Skip to content

Commit 0928f25

Browse files
committed
Switch back to released version of coveralls-lcov
Because okkez/coveralls-lcov#9 got merged and released in v1.5.0.
1 parent 8eb8187 commit 0928f25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ install:
4444
- if [[ "${TRAVIS_OS_NAME}" = "osx" ]]; then brew update && brew install ninja qt5; fi
4545
- gem install bundler
4646
- bundle install
47-
# TODO: Revert to the following line when https://github.com./okkez/coveralls-lcov/pull/9 is merged and released.
48-
#- if [ -n "${COVERALLS_SERVICE_NAME}" ]; then gem install coveralls-lcov; fi
49-
- if [ -n "${COVERALLS_SERVICE_NAME}" ]; then gem install specific_install && gem specific_install -l https://github.com./muggenhor/coveralls-lcov.git -b branch-coverage; fi
47+
- if [ -n "${COVERALLS_SERVICE_NAME}" ]; then gem install coveralls-lcov; fi
5048
- if [ -n "${COVERALLS_SERVICE_NAME}" ]; then wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.13.orig.tar.gz && tar xf lcov_1.13.orig.tar.gz && make -C lcov-1.13 "PREFIX=${HOME}/.local" install && export PATH="${PATH}:${HOME}/.local/bin"; fi
5149
# we have to build lcov on our own as version 1.10 in apt is incompatible with coveralls gem; It is not possible to install lcov from deb as it doesn't recognize installed perl package.
5250

0 commit comments

Comments
 (0)