From 2cf7ae1ac1d95ab76b6472012fa8d116abe43d30 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 28 Mar 2019 16:18:26 -0400 Subject: [PATCH] Travis needs to install uuid-dev Former-commit-id: b16f23ae8ee6096d9278036f03ed5d8f1451f792 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c3b5c0f42..90d8fc61c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ matrix: packages: - g++-5 - nasm + - uuid-dev sources: &sources - llvm-toolchain-precise-3.8 - ubuntu-toolchain-r-test @@ -23,4 +24,5 @@ matrix: - libc++-dev - libc++abi-dev - nasm + - uuid-dev sources: *sources