mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +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…
Reference in New Issue
Block a user