From cffdadad927e3860bd33247ef6b7c3037fc7d9cb Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 18 May 2020 19:55:09 -0400 Subject: [PATCH] Fix typo pp64le -> ppc64le. Travis-CI guessed the correct value but logged a warning. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f597dedc..01fe39da4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: # Valgrind is disabled due to some platform-specific issues in getpwuid() and getgrgid() that do not seem to be pgBackRest bugs. # Run in a different timezone to check time tests. - - arch: pp64le + - arch: ppc64le dist: bionic env: - PGB_CI="test --vm=none --param=no-valgrind --param=tz=America/New_York"