We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee0a53a + b20b60d commit e0d34ffCopy full SHA for e0d34ff
.travis.yml
@@ -7,7 +7,8 @@ before_install:
7
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
8
- gcc --version
9
- g++ --version
10
- - sudo apt-get -qq update
+ - sudo rm -rf /var/lib/apt/lists/partial/*
11
+ - sudo apt -o Acquire::https::No-Cache=True -o Acquire::http::No-Cache=True update
12
- sudo apt-get install -y cmake
13
- sudo apt-get install -y libgtest-dev
14
- sudo apt-get install -y python2.7 python-pip
0 commit comments