diff --git a/.travis.yml b/.travis.yml index 31985527..b85880f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: c++ compiler: - gcc -before_install: - - sudo pip install cpp-coveralls install: - lsb_release -a - uname -a @@ -17,7 +15,5 @@ install: - cd .. - rm -rf finalcut script: - - autoreconf -v --install --force && ./build.sh gcov && make && make check -after_success: - - coveralls --gcov-options '\-lp' + - autoreconf -v --install --force && ./configure --prefix=/usr && make && make check diff --git a/README.md b/README.md index 110bb057..ccdd0f53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The Final Cut [![Build Status](https://travis-ci.org/gansm/finalcut.svg?branch=master)](https://travis-ci.org/gansm/finalcut) [![Coverage Status](https://coveralls.io/repos/gansm/finalcut/badge.svg?branch=master&service=github)](https://coveralls.io/github/gansm/finalcut?branch=master) +The Final Cut [![Build Status](https://travis-ci.org/gansm/finalcut.svg?branch=master)](https://travis-ci.org/gansm/finalcut) ============= The Final Cut is a programming library and widget toolkit that creates a text-based user interface with full mouse support. It supports the controlled handling of multiple simultaneous windows. The C++ class design is inspired by the Qt framework. It offers common user interface elements like dialog windows, push buttons, check boxes, radio buttons, input lines, list boxes, status bars and so on.