mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-26 21:35:42 +00:00
Change the travis config to run tests.
This commit is contained in:
parent
817d98a6fe
commit
581947558a
@ -1,5 +1,9 @@
|
||||
language: cpp
|
||||
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
|
||||
script:
|
||||
- cmake .
|
||||
- make
|
||||
- make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user