.travis.yml 332 B

12345678910111213141516171819
  1. ---
  2. # http://docs.travis-ci.com/user/languages/c/
  3. language: c
  4. sudo: false
  5. branches:
  6. - master
  7. - develop
  8. addons:
  9. apt:
  10. packages:
  11. - librdf0-dev
  12. - librdf-storage-sqlite
  13. compiler:
  14. - gcc
  15. - clang
  16. script:
  17. - apt-cache show librdf0 libraptor2-0 librasqal3 librdf-storage-sqlite | egrep "Version|Source"
  18. - make -C test clean test