mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-04 11:44:08 +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