poco/.travis.yml
Mathäus Mendel ee70421f64 Added Travis CI configuration file
Travis CI is a free continuous integration service that allows open source projects to check the integrity of their source code by building it after every commit made to the repository.
2012-12-15 23:59:57 -02:00

5 lines
57 B
YAML

language: cpp
compiler:
- gcc
- clang
script: cmake .