Add function in bufferinfo.cpp to report if chat messages are accepted
[quassel.git] / .travis.yml
1 language: cpp
2 compiler:
3   - gcc
4   - clang
5 # Change this to your needs
6 script: mkdir build && cd build && cmake ../ && make