Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-06-06 07:18:47 +0300
committerMarat Dukhan <marat@fb.com>2018-06-06 07:18:47 +0300
commitf229129396692f28d959572cf5861c36b2eb323d (patch)
treeaedb5e5971c08e75125e7a02a95bc2911564e47d /.travis.yml
parentc1ccf64c24f2db0242210a56eb1e92384cea20f3 (diff)
Enable verbose output in Travis-CI tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 07302cd..13cbe4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ before_script:
script:
- cmake ..
- make
- - make test
+ - ctest --verbose