mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Change the travis config to run tests.
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
language: cpp
|
||||
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
|
||||
script:
|
||||
- cmake .
|
||||
- make
|
||||
- make test
|
||||
|
Reference in New Issue
Block a user