From 44c342bddd1c028a1ab5badcc284de56874ff147 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 25 Apr 2025 18:11:02 +0800 Subject: [PATCH] fix travis test build failure --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6e2888db44..d921b39a1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,12 +37,12 @@ services: # comment out the host table change to use the public petstore server addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-5 - chrome: stable + #apt: + # sources: + # - ubuntu-toolchain-r-test + # packages: + # - g++-5 + #chrome: stable hosts: - petstore.swagger.io