diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:15:34 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:15:34 -0400 |
| commit | f00d2303ffe00e7c4f70134d8606d4da2e347b74 (patch) | |
| tree | 91294e1764d6ae69ee59705dba215dc388b06173 | |
| parent | b2d7eebc7abfc74b7d4a050a96118fd45ea5ea87 (diff) | |
| download | PROJ-f00d2303ffe00e7c4f70134d8606d4da2e347b74.tar.gz PROJ-f00d2303ffe00e7c4f70134d8606d4da2e347b74.zip | |
Use released version of cpp-coveralls.
There doesn't seem to be any reason to use the git version at the
moment.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d3e4758d..b60615de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ compiler: - clang before_install: - - sudo pip install git+git://github.com/tbonfort/cpp-coveralls.git@extensions + - pip install --user cpp-coveralls install: # cmake build |
