diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e2285f5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: cpp - -compiler: - - gcc - - clang - -before_install: - - sudo apt-add-repository -y ppa:kalakris/cmake - - sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa - - sudo apt-get update -qq - -install: - - sudo apt-get install -qq cmake - - sudo apt-get install -qq qtbase5-dev - -before_script: - - mkdir build - - cd build - - cmake -DBUILD_TESTS=ON .. - -script: - - make && ctest diff --git a/README.md b/README.md index 4cdef4d..2c4c605 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ ## QHTTPEngine -[![Build Status](https://travis-ci.org/nitroshare/qhttpengine.svg)](https://travis-ci.org/nitroshare/qhttpengine) +[![Build Status](https://snap-ci.com/nitroshare/qhttpengine/branch/master/build_image)](https://snap-ci.com/nitroshare/qhttpengine/branch/master) [![](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://opensource.org/licenses/MIT) Simple and secure HTTP server for Qt applications. ### Build Requirements -QHttpEngine requires a modern C++ compiler. You will also need Qt 5.1+ in order to build the library. +QHttpEngine requires a modern C++ compiler. You will also need Qt 5.x in order to build the library. ### Build Instructions