Skip to content

Commit e0d34ff

Browse files
authored
Merge pull request #27 from bakwc/try_fix_travis
try fix ubuntu update
2 parents ee0a53a + b20b60d commit e0d34ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ before_install:
77
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
88
- gcc --version
99
- g++ --version
10-
- sudo apt-get -qq update
10+
- sudo rm -rf /var/lib/apt/lists/partial/*
11+
- sudo apt -o Acquire::https::No-Cache=True -o Acquire::http::No-Cache=True update
1112
- sudo apt-get install -y cmake
1213
- sudo apt-get install -y libgtest-dev
1314
- sudo apt-get install -y python2.7 python-pip

0 commit comments

Comments
 (0)