fmt/.travis.yml
2014-05-19 07:35:18 -07:00

10 lines
111 B
YAML

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