forked from fmtlib/fmt
Change the travis config to run tests.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake .
|
- cmake .
|
||||||
- make
|
- make
|
||||||
|
- make test
|
||||||
|
Reference in New Issue
Block a user