Add .travis.yml file and missing test
[command.git] / .travis.yml
1 compiler:
2   - clang++
3 language: cpp
4 script: ./autogen.sh && ./configure && make && make check