|
From: Kouhei S. <nul...@cl...> - 2014-01-26 10:37:08
|
Kouhei Sutou 2014-01-26 19:36:49 +0900 (Sun, 26 Jan 2014) New Revision: 16373ab8d8db224971940fa4dc7a5745b0ffe536 https://github.com/clear-code/cutter/commit/16373ab8d8db224971940fa4dc7a5745b0ffe536 Message: travis: use the latest cpp-coveralls GNU libtool support pull request has been merged: https://github.com/eddyxu/cpp-coveralls/pull/23 Modified files: .travis.yml Modified: .travis.yml (+2 -6) =================================================================== --- .travis.yml 2014-01-26 17:44:22 +0900 (3f885e6) +++ .travis.yml 2014-01-26 19:36:49 +0900 (bd96143) @@ -4,16 +4,12 @@ notifications: install: - sudo apt-get update -qq -y - sudo apt-get install -qq -y autotools-dev intltool gtk-doc-tools libgtk2.0-dev libgoffice-0.8-dev libgstreamer0.10-dev libsoup2.4-dev -# - sudo pip install cpp-coveralls - - sudo pip install requests + - sudo pip install cpp-coveralls before_script: - ./autogen.sh - ./configure --enable-coverage script: - test/run-test.sh after_success: -# - coveralls --exclude test - - git clone https://github.com/kou/cpp-coveralls - - (cd cpp-coveralls && git checkout support-libtool) - - PYTHONPATH=$PWD/cpp-coveralls python -c 'import coveralls; coveralls.run()' + - coveralls --exclude test |