Travis CI build status at the beginning of the README

- remove an old TODO already done
This commit is contained in:
Sébastien Rombauts 2013-09-01 16:37:04 +02:00
parent 8c001280a0
commit a8b471e7ed
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,8 @@
SQLiteC++
---------
![SQLiteCpp build status](https://api.travis-ci.org/SRombauts/SQLiteCpp.png "SQLiteCpp build status")
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub.
@ -110,8 +112,6 @@ make test
### Continuous Integration
Current build status: ![SQLiteCpp build status](https://api.travis-ci.org/SRombauts/SQLiteCpp.png "SQLiteCpp build status")
This project is continuously tested under Ubuntu Linux with the gcc and clang compilers
using the Travis CI community service with the above CMake building and testing procedure.

View File

@ -16,7 +16,6 @@ Missing features in v0.5.0:
- getColumnByName ? std::map getRow() ?
Missing documentation in v0.5.0:
- This wrapper is not thread safe: compare to the thread safety of the SQLite3 library
- explain the noncopyable property for RAII design
- comment on returning error code instead of exception that shall not be thrown when exepected (!?)