summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2024-03-22 22:06:55 +0100
committerJun Aruga <junaruga@users.noreply.github.com>2024-03-22 22:42:58 +0100
commita2ac28d8ab9814922af6ec9cd00014b972385299 (patch)
tree1d97aee118f21bf81c83405fbe32c6ed7bba6387
parent8ef923dc35515e438ebd9ad135c80e4309956214 (diff)
.travis.yml: Add lscpu command to see the details of the CPU.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5298885697..06de3dd493 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,6 +121,7 @@ matrix:
fast_finish: true
before_script:
+ - lscpu
- ./autogen.sh
- mkdir build
- cd build