fmt/.travis.yml
2014-04-14 23:28:11 -07:00

10 lines
107 B
YAML

language: cpp
before_install:
- git submodule update --init
script:
- cmake .
- make
- make test