From aa28d7187f2de436775670f8ef230c56ceec354e Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Fri, 8 Sep 2017 11:01:37 -0700 Subject: [PATCH] travis-ci: update to latest libfaketime git sha1 --- src/test/travis-dep-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/travis-dep-builder.sh b/src/test/travis-dep-builder.sh index a12f5494f5d5..d83a7cc465c5 100755 --- a/src/test/travis-dep-builder.sh +++ b/src/test/travis-dep-builder.sh @@ -31,7 +31,7 @@ https://github.com/danmar/cppcheck.git \ https://github.com/LLNL/Caliper.git" declare -A checkout_sha1=(\ -["libfaketime"]="b68f2820c4091075fbc205965ec6976f6d241aaa" \ +["libfaketime"]="5d41d41da8f67e396f630280b180cdfb8e56abbc" \ ["cppcheck"]="7466a49b216d4ba5e25b48381d85a8c3b2d3a228" \ ["Caliper"]="be6b488bedb75012e60d3062f8cd2749032985fe" \ )