.travis.yml 94 B

1234567
  1. language: c++
  2. compiler:
  3. - g++
  4. os: linux
  5. before_script: cmake .
  6. script: make && ./xmltest